File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,9 @@ and they mimic the normal motions in emacs.
4040- ` r ` : reset window layout to standard
4141- ` w ` : cycle through windows so that you can adjust other window
4242panes. ` W ` cycles in the opposite direction.
43+ - ` 2 ` : create a new horizontal split
44+ - ` 3 ` : create a new vertical split
45+ - ` 0 ` : delete the current window
4346- ` ? ` : Display menu listing commands
4447
4548The best part of this is that resize-window keeps listening for more
5255
5356## How to extend it ##
5457There are a few things that you can do. There are customizable variables:
55- - rw -coarse-argument (default: 5)
56- - rw -fine-argument (default: 1)
57- - rw -allow-backgrounds (default: t)
58+ - resize-window -coarse-argument (default: 5)
59+ - resize-window -fine-argument (default: 1)
60+ - resizewindow -allow-backgrounds (default: t)
5861
5962Any of these can be customized by using `customize-group RET
6063resize-window` or by setting the appropriate variable in your init.el
You can’t perform that action at this time.
0 commit comments