mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-05-01 02:31:23 -07:00
(iswitchb-define-mode-map): Re-enabled the toggle-ignore keybinding
(C-a). The author said it had been disabled much earlier due to a possible incompatibility, but after many months of usage I have encountered no problems (and it is a rather useful option, especially for switching to " *temp*").
This commit is contained in:
parent
bff4d65f5b
commit
0735252630
1 changed files with 1 additions and 1 deletions
|
|
@ -559,7 +559,7 @@ variable `iswitchb-mode'."
|
|||
(define-key map "\C-j" 'iswitchb-select-buffer-text)
|
||||
(define-key map "\C-t" 'iswitchb-toggle-regexp)
|
||||
(define-key map "\C-x\C-f" 'iswitchb-find-file)
|
||||
;;(define-key map "\C-a" 'iswitchb-toggle-ignore)
|
||||
(define-key map "\C-a" 'iswitchb-toggle-ignore)
|
||||
(define-key map "\C-c" 'iswitchb-toggle-case)
|
||||
(define-key map "\C-k" 'iswitchb-kill-buffer)
|
||||
(define-key map "\C-m" 'iswitchb-exit-minibuffer)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue