improve vim config + aliases behavior

* disable mouse option in vim (not working well with C/C on mac)
* improve function for getting article publication dates
This commit is contained in:
Morgan Wattiez
2019-08-04 22:44:51 +02:00
parent 23176b30c0
commit 9049a3c071
3 changed files with 9 additions and 3 deletions

View File

@ -30,8 +30,7 @@ set incsearch
set hlsearch
" Disable error bells
set noerrorbells
" Enable mouse in all modes
set mouse=a
" Dont show the intro message when starting Vim
set shortmess=atI
" Show the filename in the window titlebar