diff options
author | David Phillips <david@sighup.nz> | 2016-10-16 21:48:56 +1300 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2016-10-16 21:48:56 +1300 |
commit | 8ac9076ac9647cd7aaef7452b979c8fd573e1b60 (patch) | |
tree | b49b1649ed803694fabdf37dd856fd6b5331caf2 /vimrc | |
parent | 5097a207d686cfd449834c89429c40e1d488f684 (diff) | |
download | dotfiles-8ac9076ac9647cd7aaef7452b979c8fd573e1b60.tar.xz |
Line numbers in vim - got used to them
Diffstat (limited to 'vimrc')
-rw-r--r-- | vimrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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> |