aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-20 22:28:37 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-20 22:28:37 +1200
commitd5c4e4d1b9947837d1978fde8d17906d96246a68 (patch)
tree0b349934af810aed81b6ad8124a592e3ddbd7ff7
parentRemove .vimrc 'showmode' setting (diff)
downloaddotfiles-d5c4e4d1b9947837d1978fde8d17906d96246a68.tar.gz
dotfiles-d5c4e4d1b9947837d1978fde8d17906d96246a68.zip
Tidy 'ruler' setting in .vimrc
-rw-r--r--vim/vimrc5
1 files changed, 1 insertions, 4 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 72d2ba3c..a80c5737 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -55,12 +55,9 @@ nnoremap ]b :<C-U>bnext<CR>
" Always tell me the number of lines changed by a command
set report=0
-" Command-line based features
+" Show my current position in the status bar, default format is fine
if has('cmdline_info')
-
- " Show my current position in the status bar
set ruler
-
endif
" Current date and time insertion commands, requiring POSIX date(1)