aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-20 22:23:52 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-20 22:23:52 +1200
commit65105753fc0dee372d0a106cc705ae92cb66a6d2 (patch)
treec3f273952469a90bd30390b69c6fd64033db4053
parentRemove Vim 'showcmd' setting (diff)
downloaddotfiles-65105753fc0dee372d0a106cc705ae92cb66a6d2.tar.gz
dotfiles-65105753fc0dee372d0a106cc705ae92cb66a6d2.zip
Remove .vimrc 'showmode' setting
It defaults to being on in Vim.
-rw-r--r--vim/vimrc3
1 files changed, 0 insertions, 3 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 5d951c62..72d2ba3c 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 mode we're using if not normal mode (e.g. --INSERT--)
- set showmode
-
endif
" Current date and time insertion commands, requiring POSIX date(1)