comparison runtime/doc/windows.txt @ 14123:583bf95b6c84

Update runtime files. commit https://github.com/vim/vim/commit/d2f3a8b8787333abf2300d38836b196955f10c00 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jun 19 14:35:59 2018 +0200 Update runtime files.
author Christian Brabandt <cb@256bit.org>
date Tue, 19 Jun 2018 14:45:08 +0200
parents 1174611ad715
children 5c5908e81e93
comparison
equal deleted inserted replaced
14122:f1a54da4fb79 14123:583bf95b6c84
221 CTRL-W ^ Does ":split #", split window in two and edit alternate file. 221 CTRL-W ^ Does ":split #", split window in two and edit alternate file.
222 When a count is given, it becomes ":split #N", split window 222 When a count is given, it becomes ":split #N", split window
223 and edit buffer N. 223 and edit buffer N.
224 224
225 *CTRL-W_:* 225 *CTRL-W_:*
226 CTRL-W : Does the same as typing |:| : edit a command line. Useful in a 226 CTRL-W : Does the same as typing |:| - enter a command line. Useful in a
227 terminal window, where all Vim commands must be preceded with 227 terminal window, where all Vim commands must be preceded with
228 CTRL-W or 'termkey'. 228 CTRL-W or 'termwinkey'.
229 229
230 Note that the 'splitbelow' and 'splitright' options influence where a new 230 Note that the 'splitbelow' and 'splitright' options influence where a new
231 window will appear. 231 window will appear.
232 232
233 *:vert* *:vertical* 233 *:vert* *:vertical*