aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vim/vimrc')
-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)