diff options
author | Michael Reed <m.reed@mykolab.com> | 2015-05-18 11:07:24 -0400 |
---|---|---|
committer | Michael Reed <m.reed@mykolab.com> | 2015-05-18 11:07:24 -0400 |
commit | 182b550ef2ba2b954e1f034ca04407f2e0c1c5f6 (patch) | |
tree | 5fabe22f8185b16c00285827fb57eb1dbec6c566 /runtime/doc/quickref.txt | |
parent | f415932b2da69261631044d6f910a14e24175b6c (diff) | |
parent | a16eab9e57368188c834634cd824ce1ac5613db1 (diff) | |
download | rneovim-182b550ef2ba2b954e1f034ca04407f2e0c1c5f6.tar.gz rneovim-182b550ef2ba2b954e1f034ca04407f2e0c1c5f6.tar.bz2 rneovim-182b550ef2ba2b954e1f034ca04407f2e0c1c5f6.zip |
Merge pull request #2532 from Pyrohh/doc-cleanup-3
[RDY] Doc cleanup (3) + terminal remnants
Reviewed-by: Justin M. Keyes <justinkz@gmail.com>
Diffstat (limited to 'runtime/doc/quickref.txt')
-rw-r--r-- | runtime/doc/quickref.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/runtime/doc/quickref.txt b/runtime/doc/quickref.txt index 5daeb15c00..92492f72e1 100644 --- a/runtime/doc/quickref.txt +++ b/runtime/doc/quickref.txt @@ -902,8 +902,6 @@ Short explanation of each option: *option-list* 'toolbariconsize' 'tbis' size of the toolbar icons (for GTK 2 only) 'ttimeout' time out on mappings 'ttimeoutlen' 'ttm' time out time for key codes in milliseconds -'ttymouse' 'ttym' type of mouse codes generated -'ttyscroll' 'tsl' maximum number of lines for a scroll 'ttytype' 'tty' alias for 'term' 'undodir' 'udir' where to store undo files 'undofile' 'udf' save undo information in a file @@ -919,7 +917,6 @@ Short explanation of each option: *option-list* 'virtualedit' 've' when to use virtual editing 'visualbell' 'vb' use visual bell instead of beeping 'warn' warn for shell command when buffer was changed -'weirdinvert' 'wiv' for terminals that have weird inversion method 'whichwrap' 'ww' allow specified keys to cross line boundaries 'wildchar' 'wc' command-line character for wildcard expansion 'wildcharm' 'wcm' like 'wildchar' but also works when mapped @@ -1137,7 +1134,6 @@ Context-sensitive completion on the command-line: |-s| -s {scriptin} first read commands from the file {scriptin} |-w| -w {scriptout} write typed chars to file {scriptout} (append) |-W| -W {scriptout} write typed chars to file {scriptout} (overwrite) -|-T| -T {terminal} set terminal name |-u| -u {vimrc} read inits from {vimrc} instead of other inits |-U| -U {gvimrc} idem, for when starting the GUI |-i| -i {viminfo} read info from {viminfo} instead of other files |