feat: use relative number by default
This commit is contained in:
parent
46294d589d
commit
fa96eb565a
|
|
@ -56,6 +56,9 @@ command! W execute 'w !sudo tee % > /dev/null' <bar> edit!
|
|||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
" => VIM user interface
|
||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
" Add lines of relative number to the left
|
||||
set relativenumber
|
||||
|
||||
" Set 7 lines to the cursor - when moving vertically using j/k
|
||||
set so=7
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue