aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-20 22:23:24 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-20 22:23:24 +1200
commit2f79332726a3dd1307cd5824e4213aa579850629 (patch)
tree069eaba5b9282a3b396199636252660d391a242d
parentRemove .vimrc 'history' setting (diff)
downloaddotfiles-2f79332726a3dd1307cd5824e4213aa579850629.tar.gz
dotfiles-2f79332726a3dd1307cd5824e4213aa579850629.zip
Remove Vim 'showcmd' setting
I don't actually look at the keys I'm entering that often, if ever.
-rw-r--r--vim/vimrc3
1 files changed, 0 insertions, 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