diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2018-06-20 22:23:52 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2018-06-20 22:23:52 +1200 |
commit | 65105753fc0dee372d0a106cc705ae92cb66a6d2 (patch) | |
tree | c3f273952469a90bd30390b69c6fd64033db4053 /vim | |
parent | Remove Vim 'showcmd' setting (diff) | |
download | dotfiles-65105753fc0dee372d0a106cc705ae92cb66a6d2.tar.gz dotfiles-65105753fc0dee372d0a106cc705ae92cb66a6d2.zip |
Remove .vimrc 'showmode' setting
It defaults to being on in Vim.
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 mode we're using if not normal mode (e.g. --INSERT--) - set showmode - endif " Current date and time insertion commands, requiring POSIX date(1) |