help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

trouble adding keyboard shortcut to ibuffer mode


From: Christian Seberino
Subject: trouble adding keyboard shortcut to ibuffer mode
Date: Fri, 26 Jun 2020 10:25:59 -0500

The following does NOT reset C-o (Control key + o) in ibuffer mode.
Why not?

 (add-hook 'ibuffer-mode-hook '(lambda ()
                                      (global-set-key (kbd "C-o")
'find-file)
                                      (ibuffer-auto-mode t)

(ibuffer-switch-to-saved-filter-groups "")
                                      ))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]