vim: fix absolute numbering for current line
This commit is contained in:
parent
f08a7540ef
commit
02aad826d5
1 changed files with 4 additions and 0 deletions
|
@ -24,7 +24,11 @@ filetype plugin indent on
|
||||||
|
|
||||||
syntax on
|
syntax on
|
||||||
|
|
||||||
|
" use relative numbering…
|
||||||
set relativenumber
|
set relativenumber
|
||||||
|
" except for current line
|
||||||
|
set number
|
||||||
|
|
||||||
set mouse=a
|
set mouse=a
|
||||||
set mousehide
|
set mousehide
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue