vim: Turn on showcmd in vim like in neovim
This commit is contained in:
@@ -57,6 +57,10 @@ endif
|
|||||||
" First: Complete longest common string and show wildmenu
|
" First: Complete longest common string and show wildmenu
|
||||||
" Second: Complete each full match (Cycle through the menu)
|
" Second: Complete each full match (Cycle through the menu)
|
||||||
set wildmode=longest:full,full
|
set wildmode=longest:full,full
|
||||||
|
" Show typed (partial) command on screen.
|
||||||
|
if (has('cmdline_info'))
|
||||||
|
set showcmd
|
||||||
|
endif
|
||||||
|
|
||||||
" Keybindings ##################################################################
|
" Keybindings ##################################################################
|
||||||
" Set leader key
|
" Set leader key
|
||||||
|
|||||||
Reference in New Issue
Block a user