diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2018-06-20 22:23:24 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2018-06-20 22:23:24 +1200 |
commit | 2f79332726a3dd1307cd5824e4213aa579850629 (patch) | |
tree | 069eaba5b9282a3b396199636252660d391a242d /vim | |
parent | Remove .vimrc 'history' setting (diff) | |
download | dotfiles-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.
Diffstat (limited to 'vim')
-rw-r--r-- | vim/vimrc | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |