1
- *quickref.txt* For Vim version 8.0 . Last change: 2016 Dec 16
1
+ *quickref.txt* For Vim version 8.1 . Last change: 2018 Apr 18
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -618,7 +618,8 @@ Short explanation of each option: *option-list*
618
618
'backupext' 'bex' extension used for the backup file
619
619
'backupskip' 'bsk' no backup for files that match these patterns
620
620
'balloondelay' 'bdlay' delay in mS before a balloon may pop up
621
- 'ballooneval' 'beval' switch on balloon evaluation
621
+ 'ballooneval' 'beval' switch on balloon evaluation in the GUI
622
+ 'balloonevalterm' 'bevalterm' switch on balloon evaluation in the terminal
622
623
'balloonexpr' 'bexpr' expression to show in balloon
623
624
'belloff' 'bo' do not ring the bell for these reasons
624
625
'binary' 'bin' read/write/edit file in binary mode
@@ -749,6 +750,7 @@ Short explanation of each option: *option-list*
749
750
'iminsert' 'imi' use :lmap or IM in Insert mode
750
751
'imsearch' 'ims' use :lmap or IM when typing a search pattern
751
752
'imstatusfunc' 'imsf' function to obtain X input method status
753
+ 'imstyle' 'imst' specifies the input style of the input method
752
754
'include' 'inc' pattern to be used to find an include file
753
755
'includeexpr' 'inex' expression used to process an include line
754
756
'incsearch' 'is' highlight match while typing search pattern
@@ -779,6 +781,8 @@ Short explanation of each option: *option-list*
779
781
'listchars' 'lcs' characters for displaying in list mode
780
782
'loadplugins' 'lpl' load plugin scripts when starting up
781
783
'luadll' name of the Lua dynamic library
784
+ 'mzschemedll' name of the MzScheme dynamic library
785
+ 'mzschemegcdll' name of the MzScheme dynamic library for GC
782
786
'macatsui' Mac GUI: use ATSUI text drawing
783
787
'magic' changes special characters in search patterns
784
788
'makeef' 'mef' name of the errorfile for ":make"
@@ -834,8 +838,11 @@ Short explanation of each option: *option-list*
834
838
'printoptions' 'popt' controls the format of :hardcopy output
835
839
'prompt' 'prompt' enable prompt in Ex mode
836
840
'pumheight' 'ph' maximum height of the popup menu
841
+ 'pumwidth' 'pw' minimum width of the popup menu
837
842
'pythondll' name of the Python 2 dynamic library
843
+ 'pythonhome' name of the Python 2 home directory
838
844
'pythonthreedll' name of the Python 3 dynamic library
845
+ 'pythonthreehome' name of the Python 3 home directory
839
846
'pyxversion' 'pyx' Python version used for pyx* commands
840
847
'quoteescape' 'qe' escape characters used in a string
841
848
'readonly' 'ro' disallow writing the buffer
@@ -920,6 +927,9 @@ Short explanation of each option: *option-list*
920
927
'termbidi' 'tbidi' terminal takes care of bi-directionality
921
928
'termencoding' 'tenc' character encoding used by the terminal
922
929
'termguicolors' 'tgc' use GUI colors for the terminal
930
+ 'termwinkey' 'twk' key that precedes a Vim command in a terminal
931
+ 'termwinscroll' 'twsl' max number of scrollback lines in a terminal window
932
+ 'termwinsize' 'tws' size of a terminal window
923
933
'terse' shorten some messages
924
934
'textauto' 'ta' obsolete, use 'fileformats'
925
935
'textmode' 'tx' obsolete, use 'fileformat'
@@ -952,6 +962,7 @@ Short explanation of each option: *option-list*
952
962
'viewdir' 'vdir' directory where to store files with :mkview
953
963
'viewoptions' 'vop' specifies what to save for :mkview
954
964
'viminfo' 'vi' use .viminfo file upon startup and exiting
965
+ 'viminfofile' 'vif' file name used for the viminfo file
955
966
'virtualedit' 've' when to use virtual editing
956
967
'visualbell' 'vb' use visual bell instead of beeping
957
968
'warn' warn for shell command when buffer was changed
@@ -971,6 +982,7 @@ Short explanation of each option: *option-list*
971
982
'winfixwidth' 'wfw' keep window width when opening/closing windows
972
983
'winminheight' 'wmh' minimum number of lines for any window
973
984
'winminwidth' 'wmw' minimal number of columns for any window
985
+ 'winptydll' name of the winpty dynamic library
974
986
'winwidth' 'wiw' minimal number of columns for current window
975
987
'wrap' long lines wrap and continue on the next line
976
988
'wrapmargin' 'wm' chars from the right where wrapping starts
@@ -1309,6 +1321,7 @@ Context-sensitive completion on the command-line:
1309
1321
1310
1322
| :sfind | :sf[ind] {file} split window, find {file} in 'path'
1311
1323
and edit it
1324
+ | :terminal | :terminal {cmd} open a terminal window
1312
1325
| CTRL-W_] | CTRL-W ] split window and jump to tag under
1313
1326
cursor
1314
1327
| CTRL-W_f | CTRL-W f split window and edit file name under
0 commit comments