From 339ac39977bd23c8e03d80cfe76d16b376880d27 Mon Sep 17 00:00:00 2001 From: Louis Date: Sun, 19 Jan 2020 00:04:37 +0100 Subject: [PATCH] Add options --- vim/vimrc | 5 +++++ 1 file changed, 5 insertions(+) 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:▸