vimrc: show currenlty typed command
This commit is contained in:
parent
5cd3ff3901
commit
847c4950f2
1 changed files with 3 additions and 0 deletions
3
vimrc
3
vimrc
|
|
@ -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:␣
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue