Alternate keybind for delete-other windows.
Mainly for magit status buffer
This commit is contained in:
@@ -225,6 +225,7 @@ These are functions for splitting windows and move the cursor over immediately.
|
|||||||
Rebind the default window controls to use "M-*" keys for ease-of-use
|
Rebind the default window controls to use "M-*" keys for ease-of-use
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(bind-key "M-1" 'delete-other-windows)
|
(bind-key "M-1" 'delete-other-windows)
|
||||||
|
(bind-key "C-M-1" 'delete-other-windows)
|
||||||
(bind-key "M-0" 'delete-window)
|
(bind-key "M-0" 'delete-window)
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user