1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-05-31 07:34:06 +02:00

Added iskeyword option to the list of supported set commands

This commit is contained in:
Andrey Vlasovskikh 2017-11-03 03:59:13 +03:00
parent 9322283cb1
commit 0dda443cc8

View File

@ -9,6 +9,7 @@ The following `:set` commands can appear in `~/.ideavimrc` or set manually in th
'history' 'hi' number of command-lines that are remembered 'history' 'hi' number of command-lines that are remembered
'hlsearch' 'hls' highlight matches with last search pattern 'hlsearch' 'hls' highlight matches with last search pattern
'ignorecase' 'ic' ignore case in search patterns 'ignorecase' 'ic' ignore case in search patterns
'iskeyword' 'isk' defines keywords for commands like 'w', '*', etc.
'incsearch' 'is' show where search pattern typed so far matches 'incsearch' 'is' show where search pattern typed so far matches
'matchpairs' 'mps' pairs of characters that "%" can match 'matchpairs' 'mps' pairs of characters that "%" can match
'nrformats' 'nf' number formats recognized for CTRL-A command 'nrformats' 'nf' number formats recognized for CTRL-A command