comparison lisp/iswitchb.el @ 68204:59d4f36d7a5c

(iswitchb-define-mode-map): Use C-n for iswitchb-toggle-ignore. (This was C-a but a user suggested this was too easily confused with normal usage of C-a.)
author Stephen Eglen <stephen@gnu.org>
date Sun, 15 Jan 2006 23:43:41 +0000
parents d39ae3be63d4
children 3bd95f4f2941 7beb78bc1f8e
comparison
equal deleted inserted replaced
68203:78ee72a03306 68204:59d4f36d7a5c
557 (define-key map "\C-r" 'iswitchb-prev-match) 557 (define-key map "\C-r" 'iswitchb-prev-match)
558 (define-key map "\t" 'iswitchb-complete) 558 (define-key map "\t" 'iswitchb-complete)
559 (define-key map "\C-j" 'iswitchb-select-buffer-text) 559 (define-key map "\C-j" 'iswitchb-select-buffer-text)
560 (define-key map "\C-t" 'iswitchb-toggle-regexp) 560 (define-key map "\C-t" 'iswitchb-toggle-regexp)
561 (define-key map "\C-x\C-f" 'iswitchb-find-file) 561 (define-key map "\C-x\C-f" 'iswitchb-find-file)
562 (define-key map "\C-a" 'iswitchb-toggle-ignore) 562 (define-key map "\C-n" 'iswitchb-toggle-ignore)
563 (define-key map "\C-c" 'iswitchb-toggle-case) 563 (define-key map "\C-c" 'iswitchb-toggle-case)
564 (define-key map "\C-k" 'iswitchb-kill-buffer) 564 (define-key map "\C-k" 'iswitchb-kill-buffer)
565 (define-key map "\C-m" 'iswitchb-exit-minibuffer) 565 (define-key map "\C-m" 'iswitchb-exit-minibuffer)
566 (setq iswitchb-mode-map map) 566 (setq iswitchb-mode-map map)
567 (run-hooks 'iswitchb-define-mode-map-hook))) 567 (run-hooks 'iswitchb-define-mode-map-hook)))