From 2f79332726a3dd1307cd5824e4213aa579850629 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 20 Jun 2018 22:23:24 +1200 Subject: Remove Vim 'showcmd' setting I don't actually look at the keys I'm entering that often, if ever. --- vim/vimrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/vim/vimrc b/vim/vimrc index bdcc51cb..5d951c62 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -61,9 +61,6 @@ if has('cmdline_info') " Show my current position in the status bar set ruler - " Show the keystrokes being entered in the screen - set showcmd - " Show the mode we're using if not normal mode (e.g. --INSERT--) set showmode -- cgit v1.2.3