vim: disable bells and window auto-resize
This commit is contained in:
parent
9284758f58
commit
231bce970a
1 changed files with 2 additions and 0 deletions
|
@ -5,11 +5,13 @@ if $XDG_DATA_HOME == "" | let $XDG_DATA_HOME="~/.local/share" | endif
|
||||||
" Options {{{
|
" Options {{{
|
||||||
set backspace=indent,eol,start " sane backspace behavior
|
set backspace=indent,eol,start " sane backspace behavior
|
||||||
set background=dark " always use dark background
|
set background=dark " always use dark background
|
||||||
|
set belloff=all " never ring bells
|
||||||
set nobackup " don't keep backup file after overwriting a file
|
set nobackup " don't keep backup file after overwriting a file
|
||||||
set clipboard=unnamedplus " synchronize with system clipboard
|
set clipboard=unnamedplus " synchronize with system clipboard
|
||||||
set colorcolumn=+1 " highlight column after 'textwidth'
|
set colorcolumn=+1 " highlight column after 'textwidth'
|
||||||
set cursorline " highlight the line of the cursor
|
set cursorline " highlight the line of the cursor
|
||||||
set diffopt=filler,vertical " make side-by-side diffs better
|
set diffopt=filler,vertical " make side-by-side diffs better
|
||||||
|
set noequalalways " don't resize all windows when splitting
|
||||||
set expandtab " use spaces whe <Tab> is inserted
|
set expandtab " use spaces whe <Tab> is inserted
|
||||||
set fileformats=unix,mac,dos " prioritize unix <EOL> format
|
set fileformats=unix,mac,dos " prioritize unix <EOL> format
|
||||||
set foldenable " enable folding
|
set foldenable " enable folding
|
||||||
|
|
Loading…
Add table
Reference in a new issue