From a8704bb54ddeedd70300d9c938999edf2f1fefc1 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Sat, 3 Oct 2020 14:51:04 +0100 Subject: 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. --- emacs/.emacs.d/wpc/keybindings.el | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'emacs/.emacs.d/wpc/keybindings.el') diff --git a/emacs/.emacs.d/wpc/keybindings.el b/emacs/.emacs.d/wpc/keybindings.el index 6886ecf98d..a50f5510d2 100644 --- a/emacs/.emacs.d/wpc/keybindings.el +++ b/emacs/.emacs.d/wpc/keybindings.el @@ -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 -- cgit 1.4.1