aboutsummaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
authorMiquel Sabaté <mikisabate@gmail.com>2014-01-27 13:04:06 +0100
committerMiquel Sabaté <mikisabate@gmail.com>2014-01-27 13:04:06 +0100
commitc620bf5f447c8435cd651aa4d66d8aad148ff78f (patch)
tree72bec7850575ac18bc64ac17b1fdc0077f06c7be /vimrc
parente18a698da28b6b2f4a42d3d8dd6c84f5388241d8 (diff)
downloaddotfiles-c620bf5f447c8435cd651aa4d66d8aad148ff78f.tar.gz
dotfiles-c620bf5f447c8435cd651aa4d66d8aad148ff78f.zip
vim: let's try this relativenumber thing.
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index 70cea05..a8e5028 100644
--- a/vimrc
+++ b/vimrc
@@ -17,6 +17,7 @@ set showcmd
" Show numbers.
set number
+set relativenumber
" Don't show the mode, since this will be shown by the status line.
set noshowmode