Vim: Enable relative and absolute line numbering
This commit is contained in:
parent
73921d88c1
commit
af7af34f26
4
.vimrc
4
.vimrc
@ -13,6 +13,10 @@ set autoread
|
|||||||
" Use XA_PRIMARY clipboard by default
|
" Use XA_PRIMARY clipboard by default
|
||||||
set clipboard=unnamed
|
set clipboard=unnamed
|
||||||
|
|
||||||
|
" Enable line numbering
|
||||||
|
set number
|
||||||
|
set relativenumber
|
||||||
|
|
||||||
" Enable 256-color support
|
" Enable 256-color support
|
||||||
" All of my machines support 256-color so this should be fine
|
" All of my machines support 256-color so this should be fine
|
||||||
set t_Co=256
|
set t_Co=256
|
||||||
|
Reference in New Issue
Block a user