comparison runtime/doc/windows.txt @ 18489:1cd44535be32

Update runtime files. Commit: https://github.com/vim/vim/commit/1ff14ba24c4d85c008d7abe5e140dbb497ffea8d Author: Bram Moolenaar <Bram@vim.org> Date: Sat Nov 2 14:09:23 2019 +0100 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Sat, 02 Nov 2019 14:15:04 +0100
parents 18d7337b6837
children 6848b809a26e
comparison
equal deleted inserted replaced
18488:1d7e6b677119 18489:1cd44535be32
1 *windows.txt* For Vim version 8.1. Last change: 2019 Oct 18 1 *windows.txt* For Vim version 8.1. Last change: 2019 Oct 27
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
545 If used after |:vertical|: increase width by N. 545 If used after |:vertical|: increase width by N.
546 546
547 :res[ize] [N] 547 :res[ize] [N]
548 CTRL-W CTRL-_ *CTRL-W_CTRL-_* *CTRL-W__* 548 CTRL-W CTRL-_ *CTRL-W_CTRL-_* *CTRL-W__*
549 CTRL-W _ Set current window height to N (default: highest possible). 549 CTRL-W _ Set current window height to N (default: highest possible).
550
551 :{winnr}res[ize] [+-]N
552 Like `:resize` above, but apply the size to window {winnr}
553 instead of the current window.
550 554
551 z{nr}<CR> Set current window height to {nr}. 555 z{nr}<CR> Set current window height to {nr}.
552 556
553 *CTRL-W_<* 557 *CTRL-W_<*
554 CTRL-W < Decrease current window width by N (default 1). 558 CTRL-W < Decrease current window width by N (default 1).