From: Amin Bandali Date: Mon, 19 Nov 2018 15:19:27 +0000 (-0500) Subject: [emacs] add a few window-related amin--leader-keys bindings X-Git-Url: https://git.shemshak.org/gitweb.cgi/~bandali/configs/commitdiff_plain/18f7141a08ed3b25d98854f6b0b9d9ac09396bf4 [emacs] add a few window-related amin--leader-keys bindings --- diff --git a/init.org b/init.org index 7ddf8ec..b000bcf 100644 --- a/init.org +++ b/init.org @@ -807,6 +807,12 @@ customizing it. "w" '(:ignore t :wk "window") "w o" 'other-window + "w 0" 'delete-window + "w 1" 'delete-other-windows + "w 2" 'split-window-below + "w 3" 'split-window-right + "w u" 'winner-undo + "w r" 'winner-redo "q" '(:ignore t :wk "quit") "q q" 'save-buffers-kill-terminal)