From d14a84fb9c6fc104dcea149d53a1a381966421f6 Mon Sep 17 00:00:00 2001 From: druckdev <63563978+druckdev@users.noreply.github.com> Date: Sat, 10 Oct 2020 00:27:46 +0200 Subject: [PATCH] vim: Turn on showcmd in vim like in neovim --- .config/vim/vimrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.config/vim/vimrc b/.config/vim/vimrc index dd9ead6..3d93195 100644 --- a/.config/vim/vimrc +++ b/.config/vim/vimrc @@ -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