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:
parent
990b6278a8
commit
a8704bb54d
1 changed files with 9 additions and 0 deletions
|
@ -316,6 +316,15 @@
|
||||||
"g l" #'Info-history-back
|
"g l" #'Info-history-back
|
||||||
"g t" #'Info-toc)
|
"g t" #'Info-toc)
|
||||||
|
|
||||||
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
|
;; ibuffer
|
||||||
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
|
|
||||||
|
(general-define-key
|
||||||
|
:states '(normal)
|
||||||
|
:keymaps '(ibuffer-mode-map)
|
||||||
|
"M-j" nil
|
||||||
|
"K" #'ibuffer-do-delete)
|
||||||
|
|
||||||
(provide 'keybindings)
|
(provide 'keybindings)
|
||||||
;;; keybindings.el ends here
|
;;; keybindings.el ends here
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue