Merge 6e68a11506 into 48a2c325c3
This commit is contained in:
commit
3087ff2d79
|
|
@ -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 New Issue