Add options

master
Louis Royer 4 years ago
parent 3049aff522
commit 339ac39977

@ -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:▸ 

Loading…
Cancel
Save