1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2024-10-21 01:42:45 +02:00
IntelliJ-IdeaVim/doc/set-commands.md
2012-12-03 19:19:28 +04:00

1.4 KiB

List of Supported Set Commands

The following :set commands can appear in ~/.vimrc or set manually in the command mode:

'digraph'       'dg'    enable the entering of digraphs in Insert mode
'gdefault'      'gd'    the ":substitute" flag 'g' is default on
'history'       'hi'    number of command-lines that are remembered
'hlsearch'      'hls'   highlight matches with last search pattern
'ignorecase'    'ic'    ignore case in search patterns
'matchpairs'    'mps'   pairs of characters that "%" can match
'nrformats'     'nf'    number formats recognized for CTRL-A command
'scroll'        'scr'   lines to scroll with CTRL-U and CTRL-D
'scrolljump'    'sj'    minimum number of lines to scroll
'scrolloff'     'so'    minimum nr. of lines above and below cursor
'selection'     'sel'   what type of selection to use
'showmode'      'smd'   message on status line to show current mode
'sidescroll'    'ss'    minimum number of columns to scroll horizontal
'sidescrolloff' 'siso'  min. nr. of columns to left and right of cursor
'smartcase'     'scs'   no ignore case when pattern has uppercase
'undolevels'    'ul'    maximum number of changes that can be undone
'visualbell'    'vb'    use visual bell instead of beeping
'wrapscan'      'ws'    searches wrap around the end of the file