Docker: add missing vimrc.local file

This commit is contained in:
Benjamin Renard 2023-01-02 01:20:19 +01:00
parent 20432adb14
commit ecaf2aeb13

10
docker/vimrc.local Normal file
View file

@ -0,0 +1,10 @@
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