Define KBDs for ibuffer

I'd like to start using ibuffer more, so I'm making it a more hospitable place
by defining useful KBDs.
This commit is contained in:
William Carroll 2020-10-03 14:51:04 +01:00
parent 990b6278a8
commit a8704bb54d

View file

@ -316,6 +316,15 @@
"g l" #'Info-history-back
"g t" #'Info-toc)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; ibuffer
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(general-define-key
:states '(normal)
:keymaps '(ibuffer-mode-map)
"M-j" nil
"K" #'ibuffer-do-delete)
(provide 'keybindings)
;;; keybindings.el ends here