1
0
mirror of https://github.com/amix/vimrc synced 2025-02-28 14:12:51 +08:00

Update basic.vim

add relative line number
This commit is contained in:
ethanh6 2020-06-04 00:23:07 -07:00 committed by GitHub
parent 6be8894fed
commit 69a3a70eab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,6 +53,13 @@ nmap <leader>w :w!<cr>
command! W execute 'w !sudo tee % > /dev/null' <bar> edit! command! W execute 'w !sudo tee % > /dev/null' <bar> edit!
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" => Relative line number
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
set relativenumber
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" => VIM user interface " => VIM user interface
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""