Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.18 KB

options.org

File metadata and controls

25 lines (20 loc) · 1.18 KB

Options

All Vim options can be found in the documentation http://vimdoc.sourceforge.net/htmldoc/quickref.html#option-list

As a backup, we have a copy in this repository /~https://github.com/FrostyX/evil-set-option/blob/main/vim-options.txt

Supported options

A list of currently supported options.

expandtabuse spaces when <Tab> is inserted
shiftwidthnumber of spaces to use for (auto)indent step
autoindenttake indent for new line from previous line
tabstopnumber of spaces that <Tab> in file uses
hlsearchhighlight matches with last search pattern
ignorecaseignore case in search patterns
incsearchhighlight match while typing search pattern
wraplong lines wrap and continue on the next line
numberprint the line number in front of each line
relativenumbershow relative line number in front of each line
colorcolumncolumns to highlight
cursorlinehighlight the screen line of the cursor
foldenableset to display all folds open