dotfiles/files/vim/.vim/commands.vim
2021-01-30 14:11:52 -05:00

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\+$//