Add keybinding to bury shell-command buffers

This commit is contained in:
Jeremy Dormitzer 2021-02-02 10:30:28 -05:00
parent ce43480bb5
commit af3b0669c7

View File

@ -1740,6 +1740,7 @@ A function to kill all buffers except the current one from [[https://www.emacswi
#+BEGIN_SRC emacs-lisp
(leader-def-key "!" 'shell-command)
(leader-def-key "|" 'shell-command-on-region)
(general-def 'normal shell-mode-map "q" #'bury-buffer)
#+END_SRC
** Toggles