vim: add showcmd

This commit is contained in:
masterzu 2016-11-14 15:56:21 +01:00
parent c6317303db
commit 2910a26a6b
1 changed files with 4 additions and 0 deletions

View File

@ -56,6 +56,10 @@ set printheader=%<%F\ -\ page\ %N%=Print\ at\ %{strftime(\'%Y-%m-%d\ %H:%M\')}
set statusline=%F%m%r%h%w\ %{fugitive#statusline()}%=[BUF=%n][FORMAT=%{&ff}][TYPE=%Y][ASCII=%03.3b][LINE=%03l][COL=%03v][%p%%]
set laststatus=2
"""""""""""""""""""
" affiche les touches en mode commande
set showcmd
"""""""""""""""""""
" numéro de ligne
set number