mirror of
https://github.com/pgrondek/config.git
synced 2024-11-22 03:53:43 +00:00
[vim] switch to relative line numbers
This commit is contained in:
parent
4ed787d23e
commit
fe18bdcfd6
@ -20,6 +20,7 @@ set laststatus=2 " Always show a status bar
|
||||
set scrolloff=3 " Keep n lines when scrolling
|
||||
set showcmd " show command in bar
|
||||
set number " show line numbers
|
||||
set relativenumber " relative line numbers
|
||||
set wildmenu " visual autocomplete for command menu
|
||||
set tabpagemax=10
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user