projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ace7157
)
[emacs] add a few window-related amin--leader-keys bindings
author
Amin Bandali
<bandali@gnu.org>
Mon, 19 Nov 2018 15:19:27 +0000
(10:19 -0500)
committer
Amin Bandali
<bandali@gnu.org>
Mon, 19 Nov 2018 15:19:27 +0000
(10:19 -0500)
init.org
patch
|
blob
|
blame
|
history
diff --git
a/init.org
b/init.org
index
7ddf8ec
..
b000bcf
100644
(file)
--- 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)