logo
color
  • background

    'dark' or 'light', used for highlight colors

    dark/light

balloon
  • balloondelay

    delay in mS before a balloon may pop up

    600

  • ballooneval

    switch on balloon evaluation

  • balloonexpr

    expression to show in balloon

line break
  • colorcolumn

    columns to highlight

  • showbreak

    string to use at the start of wrapped lines

  • wrap

    long lines wrap and continue on the next line

  • wrapmargin

    chars from the right where wrapping starts

    0

fold
  • foldclose

    close a fold when the cursor leaves it

  • foldcolumn

    width of the column used to indicate folds

    0

  • foldenable

    set to display all folds open

  • foldexpr

    expression used when 'foldmethod' is 'expr'

    0

  • foldignore

    ignore lines when 'foldmethod' is 'indent'

    #

  • foldlevel

    close folds with a level higher than this

    0

  • foldlevelstart

    'foldlevel' when starting to edit a file

    -1

  • foldmarker

    markers used when 'foldmethod' is 'marker'

    {{{,}}}

  • foldmethod

    folding type

    manual

  • foldminlines

    minimum number of lines for a fold to be closed

    1

  • foldnestmax

    maximum fold depth

    20

  • foldopen

    for which commands a fold will be opened

    block,hor,mark,percent,quickfix,search,tag,undo

  • foldtext

    expression used to display for a closed fold

    foldtext()

tab
  • expandtab

    use spaces when <Tab> is inserted

  • list

    show <Tab> and <EOL>

  • smarttab

    use 'shiftwidth' when inserting <Tab>

  • softtabstop

    number of spaces that <Tab> uses while editing

    0

  • tabstop

    number of spaces that <Tab> in file uses

    8

status line
  • laststatus

    tells when last window has status lines

    0

  • showcmd

    show (partial) command in status line

  • showmode

    message on status line to show current mode

  • statusline

    custom format for the status line

line number
  • number

    print the line number in front of each line

  • numberwidth

    number of columns used for the line number

    4

  • relativenumber

    show relative line number in front of each line

split
  • splitbelow

    new window from split is below the current one

  • splitright

    new window is put right of the current one

visualbell
  • visualbell

    use visual bell instead of beeping