Added showing line number feture(set nu) under =>General in vimrcs/basic.vim
This commit is contained in:
parent
11be898ba5
commit
6e68a11506
1 changed files with 3 additions and 0 deletions
|
@ -65,6 +65,9 @@ nmap <leader>w :w!<cr>
|
||||||
" (useful for handling the permission-denied error)
|
" (useful for handling the permission-denied error)
|
||||||
command W w !sudo tee % > /dev/null
|
command W w !sudo tee % > /dev/null
|
||||||
|
|
||||||
|
" Show line number
|
||||||
|
set nu
|
||||||
|
|
||||||
|
|
||||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||||
" => VIM user interface
|
" => VIM user interface
|
||||||
|
|
Loading…
Reference in a new issue