From fa96eb565a804831a97dad43bd55e0e8961d24fb Mon Sep 17 00:00:00 2001 From: phucisstupid <125681538+phucisstupid@users.noreply.github.com> Date: Sun, 22 Jun 2025 15:58:18 +0700 Subject: [PATCH] feat: use relative number by default --- vimrcs/basic.vim | 3 +++ 1 file changed, 3 insertions(+) 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