diff --git a/vim/vimrc b/vim/vimrc index 1bb2883..77ccacf 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -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:▸