Add keybinding to bury shell-command buffers
This commit is contained in:
parent
ce43480bb5
commit
af3b0669c7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user