feat: use relative number by default

This commit is contained in:
phucisstupid 2025-06-22 15:58:18 +07:00 committed by GitHub
parent 46294d589d
commit fa96eb565a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -56,6 +56,9 @@ command! W execute 'w !sudo tee % > /dev/null' <bar> edit!
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" => VIM user interface " => 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 7 lines to the cursor - when moving vertically using j/k
set so=7 set so=7