aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-30 23:00:34 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-30 23:00:34 +1200
commit15bc98d23efbb4def7aa4447b3c2c39854f6b8d0 (patch)
tree3de83c2a8d76f5d5cd532f80e157015ef92caabc
parentAdd gg mapping to exrc (diff)
downloaddotfiles-15bc98d23efbb4def7aa4447b3c2c39854f6b8d0.tar.gz
dotfiles-15bc98d23efbb4def7aa4447b3c2c39854f6b8d0.zip
Remove 'ruler' Vim option
Let's see if I miss it. I have CTRL-G.
-rw-r--r--vim/vimrc5
1 files changed, 0 insertions, 5 deletions
diff --git a/vim/vimrc b/vim/vimrc
index bc49834a..17927fbc 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -111,11 +111,6 @@ set shortmess+=m " [Modified] -> [+]
set shortmess+=r " [readonly] -> [RO]
set shortmess+=w " written -> [w], appended -> [a]
-" Show my current position in the status bar
-if has('cmdline_info')
- set ruler
-endif
-
" Clear default 'comments' value, let the filetype handle it
if has('comments')
set comments=