8935218452e3bc6140820fc0926f343e23fc7b71
coding/vim.md
... | ... | @@ -105,6 +105,14 @@ select several lines containing '0' and type `g<C-a>` |
105 | 105 | <Ctrl>-w J |
106 | 106 | <Ctrl>-w L |
107 | 107 | ``` |
108 | +- sizing |
|
109 | + ``` |
|
110 | + <Ctrl>-w - # decrease height by 1 line |
|
111 | + <Ctrl>-w + # increase height by 1 line |
|
112 | + <Ctrl>-w < # change width by 1 line to the left |
|
113 | + <Ctrl>-w > # change width by 1 line to the right |
|
114 | + <Ctrl>-w 10 - # decrease height by 10 lines, etc... |
|
115 | + ``` |
|
108 | 116 | |
109 | 117 | ## list recent doc |
110 | 118 | ``` |