Add options

This commit is contained in:
Louis Royer 2020-01-19 00:04:37 +01:00
parent 3049aff522
commit 339ac39977

View File

@ -6,6 +6,11 @@ if ((!empty(system("setxkbmap -print|grep bepo"))) || ($USER == "root"))
source ~/.vimrc.bepo
endif
"Better tab completion in commandline
set wildmenu
"Show partial command in bottom-right corner
set showcmd
" Visualise les tabs
set list
set listchars=tab:▸