aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-22 16:21:07 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-22 16:21:07 +1200
commit1289b19e2faa92ac45cf0b761c10991ea7cf7025 (patch)
tree81dda9ea7234b2c7f38c3a232880653f1036c918
parentDon't throw on startup if no fortune executables (diff)
downloaddotfiles-1289b19e2faa92ac45cf0b761c10991ea7cf7025.tar.gz
dotfiles-1289b19e2faa92ac45cf0b761c10991ea7cf7025.zip
Turn Vim 'showcmd' back on
-rw-r--r--vim/vimrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 60324470..6aa1838b 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -786,6 +786,11 @@ set noruler
set sessionoptions-=localoptions " No buffer options or mappings
set sessionoptions-=options " No global options or mappings
+" Show keystrokes as I type them; this mostly helps me manage when I confuse
+" my mappings, and one of them involves operator-pending mode.
+"
+set showcmd
+
" The 'I' flag for the 'shortmess' option prevents the display of the Vim
" startup screen with version information, :help hints, and donation
" suggestion. After I registered Vim and donated to Uganda per the screen's