diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-07-15 13:53:23 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-07-15 13:53:23 +0200 |
commit | 74675a666b51edd61e0210132658d81a86c5102c (patch) | |
tree | 1f5b27f2c85a23a6cf75e05b142c2fa7c901d4f9 /runtime/doc/quickref.txt | |
parent | 85dad2c815aaef69aa948fb17874b3825dd72def (diff) | |
download | vim-git-74675a666b51edd61e0210132658d81a86c5102c.tar.gz |
Updated runtime files and translations.
Diffstat (limited to 'runtime/doc/quickref.txt')
-rw-r--r-- | runtime/doc/quickref.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/doc/quickref.txt b/runtime/doc/quickref.txt index e64a5f646..bf427a13b 100644 --- a/runtime/doc/quickref.txt +++ b/runtime/doc/quickref.txt @@ -1,4 +1,4 @@ -*quickref.txt* For Vim version 8.0. Last change: 2016 Dec 16 +*quickref.txt* For Vim version 8.0. Last change: 2017 Jul 15 VIM REFERENCE MANUAL by Bram Moolenaar @@ -920,6 +920,8 @@ Short explanation of each option: *option-list* 'termbidi' 'tbidi' terminal takes care of bi-directionality 'termencoding' 'tenc' character encoding used by the terminal 'termguicolors' 'tgc' use GUI colors for the terminal +'termkey' 'tk' key that precedes a Vim command in a terminal +'termsize' 'tms' size of a terminal window 'terse' shorten some messages 'textauto' 'ta' obsolete, use 'fileformats' 'textmode' 'tx' obsolete, use 'fileformat' @@ -1309,6 +1311,7 @@ Context-sensitive completion on the command-line: |:sfind| :sf[ind] {file} split window, find {file} in 'path' and edit it +|:terminal| :terminal {cmd} open a terminal window |CTRL-W_]| CTRL-W ] split window and jump to tag under cursor |CTRL-W_f| CTRL-W f split window and edit file name under |