vim relative numbering

This commit is contained in:
don philipe
2024-08-29 15:04:09 +02:00
parent 355f0a37f8
commit 82adeef8a9

1
.vimrc
View File

@@ -15,6 +15,7 @@ set wrapscan " start searching at the beginning when EOF reached
set matchpairs+=<:> " add angle brackets to list of matching bracket pairs set matchpairs+=<:> " add angle brackets to list of matching bracket pairs
set wildmenu " show all matching files when tab completing set wildmenu " show all matching files when tab completing
set updatetime=1000 " updates vim TUI every second (especially gitgutter signs), affects swap write rate as well set updatetime=1000 " updates vim TUI every second (especially gitgutter signs), affects swap write rate as well
set relativenumber " turn on relative line numbering
" simple appending closing characters automatically " simple appending closing characters automatically
inoremap { {}<Left> inoremap { {}<Left>