vim: fix absolute numbering for current line

mainline
Trolli Schmittlauch 2024-04-07 02:12:37 +02:00
parent f08a7540ef
commit 02aad826d5
1 changed files with 4 additions and 0 deletions

View File

@ -24,7 +24,11 @@ filetype plugin indent on
syntax on
" use relative numbering…
set relativenumber
" except for current line
set number
set mouse=a
set mousehide