summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2016-10-16 21:48:56 +1300
committerDavid Phillips <david@sighup.nz>2016-10-16 21:48:56 +1300
commit8ac9076ac9647cd7aaef7452b979c8fd573e1b60 (patch)
treeb49b1649ed803694fabdf37dd856fd6b5331caf2
parent5097a207d686cfd449834c89429c40e1d488f684 (diff)
downloaddotfiles-8ac9076ac9647cd7aaef7452b979c8fd573e1b60.tar.xz
Line numbers in vim - got used to them
-rw-r--r--vimrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index 8943ff0..7e410fc 100644
--- a/vimrc
+++ b/vimrc
@@ -17,6 +17,8 @@ set list
highlight ExtraWhitespace ctermbg=red guibg=red
match ExtraWhitespace /\s\+$/
+set number
+
inoremap <CR> <CR>x<BS>
nnoremap o ox<BS>
nnoremap O Ox<BS>