commit d7cef493a9f5fc5b7ad3c1e1279f65f47548aa0e parent f83d5a1fd29ee6b091f6e1e5d8044a3cc54ef5e5 Author: pyratebeard <root@pyratebeard.net> Date: Tue, 14 May 2019 21:03:33 +0100 split window sizing Diffstat:
M | coding/vim.md | | | 8 | ++++++++ |
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/coding/vim.md b/coding/vim.md @@ -105,6 +105,14 @@ select several lines containing '0' and type `g<C-a>` <Ctrl>-w J <Ctrl>-w L ``` +- sizing + ``` + <Ctrl>-w - # decrease height by 1 line + <Ctrl>-w + # increase height by 1 line + <Ctrl>-w < # change width by 1 line to the left + <Ctrl>-w > # change width by 1 line to the right + <Ctrl>-w 10 - # decrease height by 10 lines, etc... + ``` ## list recent doc ```