Add options
This commit is contained in:
parent
3049aff522
commit
339ac39977
@ -6,6 +6,11 @@ if ((!empty(system("setxkbmap -print|grep bepo"))) || ($USER == "root"))
|
|||||||
source ~/.vimrc.bepo
|
source ~/.vimrc.bepo
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
"Better tab completion in commandline
|
||||||
|
set wildmenu
|
||||||
|
"Show partial command in bottom-right corner
|
||||||
|
set showcmd
|
||||||
|
|
||||||
" Visualise les tabs
|
" Visualise les tabs
|
||||||
set list
|
set list
|
||||||
set listchars=tab:▸
|
set listchars=tab:▸
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user