Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. command! -bang -nargs=* W w<bang> <args>
  2. command! -bang -nargs=* Q q<bang> <args>
  3. command! -bang -nargs=* Wq wq<bang> <args>
  4. command! -bang -nargs=* WQ wq<bang> <args>
  5. command! -bang -nargs=* Set set<bang> <args>
  6. command! -bang -nargs=* Vs vs<bang> <args>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement