11 lines
211 B
VimL
11 lines
211 B
VimL
"custom commands
|
|
"---------------
|
|
"common typos and abbreviations
|
|
cnoremap w!! w !sudo tee % > /dev/null
|
|
command! W w !sudo tee % > /dev/null
|
|
command! Q q
|
|
command! WQ wq
|
|
command! Q1 q!
|
|
|
|
command! Trim %s/\s\+$//
|