vim: Turn on showcmd in vim like in neovim

This commit is contained in:
2020-10-10 00:27:46 +02:00
parent 4fafd8a99a
commit d14a84fb9c

View File

@@ -57,6 +57,10 @@ endif
" First: Complete longest common string and show wildmenu
" Second: Complete each full match (Cycle through the menu)
set wildmode=longest:full,full
" Show typed (partial) command on screen.
if (has('cmdline_info'))
set showcmd
endif
" Keybindings ##################################################################
" Set leader key