dotfiles/files/vim/.vim/commands.vim
2021-04-26 23:12:27 -04:00

14 lines
234 B
VimL

"========
"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!
"useful shortcut commands
command! Trim %s/\s\+$//