vim: disable bells and window auto-resize

This commit is contained in:
Fernando Schauenburg 2021-11-08 12:25:55 +01:00
parent 9284758f58
commit 231bce970a

View file

@ -5,11 +5,13 @@ if $XDG_DATA_HOME == "" | let $XDG_DATA_HOME="~/.local/share" | endif
" Options {{{
set backspace=indent,eol,start " sane backspace behavior
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 clipboard=unnamedplus " synchronize with system clipboard
set colorcolumn=+1 " highlight column after 'textwidth'
set cursorline " highlight the line of the cursor
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 fileformats=unix,mac,dos " prioritize unix <EOL> format
set foldenable " enable folding