unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* trouble adding keyboard shortcut to ibuffer mode
@ 2020-06-26 15:25 Christian Seberino
  2020-06-26 17:43 ` Perry Smith
  0 siblings, 1 reply; 3+ messages in thread
From: Christian Seberino @ 2020-06-26 15:25 UTC (permalink / raw)
  To: help-gnu-emacs

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 "")
                                      ))


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-06-26 19:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-26 15:25 trouble adding keyboard shortcut to ibuffer mode Christian Seberino
2020-06-26 17:43 ` Perry Smith
2020-06-26 19:27   ` Christian Seberino

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).