Update vimrc
This commit is contained in:
parent
e14248fdcb
commit
9c4c9145f0
1 changed files with 2 additions and 0 deletions
|
@ -55,3 +55,5 @@ nmap <silent> <A-Up> :wincmd k<CR>
|
|||
nmap <silent> <A-Down> :wincmd j<CR>
|
||||
nmap <silent> <A-Left> :wincmd h<CR>
|
||||
nmap <silent> <A-Right> :wincmd l<CR>
|
||||
" Allow saving of files as sudo when I forgot to start vim using sudo.
|
||||
cmap w!! w !sudo tee > /dev/null %
|
||||
|
|
Loading…
Reference in a new issue