aboutsummaryrefslogtreecommitdiffstats
path: root/vim
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-04-21 22:15:51 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2015-04-21 22:15:51 +0200
commite97b9295fe32dd2f1e4ef7c39f80d9e748bfbfe2 (patch)
tree262e65c5efbc76ba0cfcf3ef56bd7c7fb6800852 /vim
parent3d047d999a2cf54c17b1f90d90f0c478a308e2d8 (diff)
downloaddotfiles-e97b9295fe32dd2f1e4ef7c39f80d9e748bfbfe2.tar.xz
vim: Remove ruler. Useless since I set statusline
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 8f92da2..8d80641 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -49,7 +49,6 @@ set wildignore=*.swp,*.bak,*.pyc,*.o
set title " change the terminal's title
set visualbell " don't beep
set noerrorbells " don't beep
-set ruler
set backup " use backup files
set undofile " save undo's after file closes
set mouse=a " enable mouse in all modes