File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ panes. `W` cycles in the opposite direction.
44
44
- ` 3 ` : create a new vertical split
45
45
- ` 0 ` : delete the current window
46
46
- ` k ` : kill all buffers and put window config on the stack
47
+ - ` s ` : Save the state on the stack so you may restore it later.
47
48
- ` y ` : make the window configuration according to the last config
48
49
pushed onto the stack
49
50
- ` ? ` : Display menu listing commands
Original file line number Diff line number Diff line change 52
52
; ; 3 : create a new vertical split
53
53
; ; 0 : delete the current window
54
54
; ; k : kill all buffers and put window config on the stack
55
+ ; ; s : Save the state on the stack so you may restore it later.
55
56
; ; y : make the window configuration according to the last config
56
57
; ; pushed onto the stack
57
58
; ; ? : Display menu listing commands
@@ -146,6 +147,7 @@ should return the fine adjustment (default 1)."
146
147
(?3 resize-window--split-window-right " Slit window vertically (save state)" nil )
147
148
(?0 resize-window--delete-window " Delete window (save state)" nil )
148
149
(?k resize-window--kill-other-windows " Kill other windows (save state)" nil )
150
+ (?s resize-window--window-push " Save state" nil )
149
151
(?y resize-window--restore-windows " (when state) Restore window configuration" nil )
150
152
(?? resize-window--display-menu " Resize - toggle help menu" nil ))
151
153
" List of resize mode bindings.
You can’t perform that action at this time.
0 commit comments