mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-01 00:03:18 +01:00
11 lines
451 B
Text
11 lines
451 B
Text
|
set backup " Keep a backup file
|
||
|
set backupdir=/var/backups/vim,. "keep backup file in another dir if possible, otherwise .
|
||
|
syntax on " Highlight syntax
|
||
|
set showcmd " Show (partial) command in status line.
|
||
|
set showmatch " Show matching brackets.
|
||
|
set ignorecase " Do case insensitive matching
|
||
|
set incsearch " Incremental search
|
||
|
set modeline
|
||
|
set bg=dark
|
||
|
autocmd BufEnter * set mouse-=a
|