comparison runtime/doc/windows.txt @ 11763:21f3930dfe6e

Documentation updates. commit https://github.com/vim/vim/commit/b6e0ec6b71c45284d94f51728dbc33e5d3428ff4 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 23 22:12:20 2017 +0200 Documentation updates.
author Christian Brabandt <cb@256bit.org>
date Sun, 23 Jul 2017 22:15:06 +0200
parents 222b1432814e
children 8d76a56861ec
comparison
equal deleted inserted replaced
11762:dad9608e17af 11763:21f3930dfe6e
1 *windows.txt* For Vim version 8.0. Last change: 2016 Dec 01 1 *windows.txt* For Vim version 8.0. Last change: 2017 Jul 23
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
219 219
220 CTRL-W CTRL-^ *CTRL-W_CTRL-^* *CTRL-W_^* 220 CTRL-W CTRL-^ *CTRL-W_CTRL-^* *CTRL-W_^*
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
225 *CTRL-W_:*
226 CTRL-W : Does the same as typing |:| : edit a command line. Useful in a
227 terminal window, where all Vim commands must be preceded with
228 CTRL-W or 'termkey'.
224 229
225 Note that the 'splitbelow' and 'splitright' options influence where a new 230 Note that the 'splitbelow' and 'splitright' options influence where a new
226 window will appear. 231 window will appear.
227 232
228 *:vert* *:vertical* 233 *:vert* *:vertical*
1270 help Contains a help file. Will only be created with the |:help| 1275 help Contains a help file. Will only be created with the |:help|
1271 command. The flag that indicates a help buffer is internal 1276 command. The flag that indicates a help buffer is internal
1272 and can't be changed. The 'buflisted' option will be reset 1277 and can't be changed. The 'buflisted' option will be reset
1273 for a help buffer. 1278 for a help buffer.
1274 1279
1280 terminal A terminal window buffer, see |terminal|. The contents cannot
1281 be read or changed until the job ends.
1282
1275 directory Displays directory contents. Can be used by a file explorer 1283 directory Displays directory contents. Can be used by a file explorer
1276 plugin. The buffer is created with these settings: > 1284 plugin. The buffer is created with these settings: >
1277 :setlocal buftype=nowrite 1285 :setlocal buftype=nowrite
1278 :setlocal bufhidden=delete 1286 :setlocal bufhidden=delete
1279 :setlocal noswapfile 1287 :setlocal noswapfile