Document maximize window horizontally and vertically

This commit is contained in:
syl20bnr 2018-01-06 11:18:08 -05:00
parent f0a5c0960c
commit da0d965e9d
1 changed files with 2 additions and 0 deletions

View File

@ -2038,6 +2038,8 @@ Windows manipulation commands (start with ~w~):
|------------------------+-----------------------------------------------------------------------------|
| ~SPC w TAB~ | switch to alternate window in the current frame (switch back and forth) |
| ~SPC w =~ | balance split windows |
| ~SPC w _~ | maximize window horizontally |
| ~SPC w \vert~ | maximize window vertically |
| ~SPC w b~ | force the focus back to the minibuffer |
| ~SPC w c~ | maximize/minimize a window and center it |
| ~SPC w C~ | maximize/minimize a window and center it using [[https://github.com/abo-abo/ace-window][ace-window]] |