diff --git a/vimrcs/basic.vim b/vimrcs/basic.vim index 349d3281..c4212949 100644 --- a/vimrcs/basic.vim +++ b/vimrcs/basic.vim @@ -56,6 +56,9 @@ command! W execute 'w !sudo tee % > /dev/null' 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