vimrc: show currenlty typed command

This commit is contained in:
Thomas Preisner 2020-10-16 18:24:29 +02:00
parent 5cd3ff3901
commit 847c4950f2

3
vimrc
View file

@ -115,6 +115,9 @@ highlight ColorColumn ctermbg=235 guibg=#2d2d2d
" display line numbers
set number
" show currently typed command
set showcmd
" define characters to display when using 'set list'
set listchars=tab:→\ ,trail:∙,eol,extends:,precedes:,nbsp:␣