-+ relativenumber switch

This commit is contained in:
Spirit 2023-11-14 15:45:47 +03:00 committed by GitHub
parent d82b676651
commit 68b756581b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
.vimrc
View File

@ -7,7 +7,7 @@ if has("syntax")
syntax on
endif
map <C-n> :set invnumber<CR>
map <C-n> :set invrelativenumber<CR>
nnoremap <leader>f gg=G
nnoremap J :m .+1<CR>==