-
Notifications
You must be signed in to change notification settings - Fork 403
Settings Reference
This is a snapshot of the list of supported settings that can be issued as commands or included in the rc file.
Authoritative information can found in the source code for setting names and their defaults.
For compatibility reasons, if you do not have any rc file, VsVim will prefer settings configured by Visual Studio such as tab and space settings. However, if you do have an rc file, VsVim will prefer the settings configured in that file or its own vim-compatible defaults (such as tab stops of 8). To have both an rc file and yet continue to let Visual Studio settings override VsVim settings, use vsvim_useeditordefaults
(see Defaults for Settings for more details).
Like Vim, VsVim uses an rc file for its settings. VsVim will check the following candidate rc folders:
%HOME%
%HOMEDRIVE%%HOMEPATH%
%VIM%
%USERPROFILE%
Once it finds a folder, it will check for the following candidate rc files:
.vsvimrc
_vsvimrc
.vimrc
_vimrc
You can use the set
command (with no arguments) interactively to see what file VsVim found and loaded.
If the setting is a toggle, you can use either set <setting>
or set no<setting>
, e.g. set hlsearch
or set nohlsearch
. If the setting is a number or a string you can use set <setting>=<value>
, e.g. set shiftwidth=4
. Unless otherwise documented, settings are intended to be compatible with vim
.
-
vsvim_autocmd
- toggle - enable running auto commands (also requiresnovsvim_useeditordefaults
), see AutoCmd Support -
backspace
- string - vim documentation-
indent
- supported -
start
- supported -
eol
- supported
-
-
vsvimcaret
- number - opacity of the caret block from0
to100
(higher is more opaque) -
vsvim_controlchars
- toggle - see Control Character Display -
cdpath
- string -
clipboard
- stringunnamed
autoselect
autoselectml
-
hlsearch
- toggle -
history
- number -
ignorecase
- toggle -
incsearch
- toggle -
joinspaces
- toggle -
keymodel
- string -
magic
- toggle -
vsvim_maxmapcount
- number -
maxmapdepth
- number -
mousemodel
- string - vim documentation, see also behave-
extend
- supported popup
popup_setpos
-
-
paragraphs
- string -
path
- string -
scrolloff
- number -
sections
- string -
selection
- string - vim documentation, see also behave-
inclusive
- supported -
exclusive
- supported
-
-
selectmode
- string - vim documentation, see also behave-
mouse
- supported -
key
- supported -
cmd
- not supported
-
-
shell
- string -
shellcmdflag
- string -
smartcase
- toggle -
startofline
- toggle -
tildeop
- toggle -
ttimeout
- toggle -
timeout
- toggle -
timeoutlen
- number -
ttimeoutlen
- number -
vsvim_useeditorindent
- toggle -
vsvim_useeditordefaults
- toggle - prefer editor defaults for options such asshiftwidth
-
visualbell
- toggle - vim documentation -
virtualedit
- string - vim documentation-
onemore
- supported
-
-
vimrc
- string -
vimrcpaths
- string -
whichwrap
- string - vim documentation-
b
- supported -
s
- supported -
h
- supported -
l
- supported -
<
- supported -
>
- supported -
~
- not supported yet -
[
- supported -
]
- supported
-
-
wrapscan
- toggle
-
autoindent
- toggle -
expandtab
- toggle -
number
- toggle -
relativenumber
- toggle -
nrformats
- string -
shiftwidth
- number -
tabstop
- number -
quoteescape
- string
-
cursorline
- toggle - vim documentation -
scroll
- number