summaryrefslogtreecommitdiff
path: root/runtime/doc/windows.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-07-23 22:12:20 +0200
committerBram Moolenaar <Bram@vim.org>2017-07-23 22:12:20 +0200
commitb6e0ec6b71c45284d94f51728dbc33e5d3428ff4 (patch)
treef8705d9d37901839d23ca8c47ea71899e2d7c613 /runtime/doc/windows.txt
parent9cc5f75932b10f611d8b3f444d025053f9dbcab1 (diff)
downloadvim-git-b6e0ec6b71c45284d94f51728dbc33e5d3428ff4.tar.gz
Documentation updates.
Diffstat (limited to 'runtime/doc/windows.txt')
-rw-r--r--runtime/doc/windows.txt10
1 files changed, 9 insertions, 1 deletions
diff --git a/runtime/doc/windows.txt b/runtime/doc/windows.txt
index fac738188..d3cf69e42 100644
--- a/runtime/doc/windows.txt
+++ b/runtime/doc/windows.txt
@@ -1,4 +1,4 @@
-*windows.txt* For Vim version 8.0. Last change: 2016 Dec 01
+*windows.txt* For Vim version 8.0. Last change: 2017 Jul 23
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -222,6 +222,11 @@ CTRL-W ^ Does ":split #", split window in two and edit alternate file.
When a count is given, it becomes ":split #N", split window
and edit buffer N.
+ *CTRL-W_:*
+CTRL-W : Does the same as typing |:| : edit a command line. Useful in a
+ terminal window, where all Vim commands must be preceded with
+ CTRL-W or 'termkey'.
+
Note that the 'splitbelow' and 'splitright' options influence where a new
window will appear.
@@ -1272,6 +1277,9 @@ help Contains a help file. Will only be created with the |:help|
and can't be changed. The 'buflisted' option will be reset
for a help buffer.
+terminal A terminal window buffer, see |terminal|. The contents cannot
+ be read or changed until the job ends.
+
directory Displays directory contents. Can be used by a file explorer
plugin. The buffer is created with these settings: >
:setlocal buftype=nowrite