Remind yourself to slow down when `:qa`ing out of lots of vim sessions
If you find yourself typing :qa
in your shell by mistake try this fun alias:
alias :qa="echo 'Slow down, your in the shell'"
Works in zsh, bash and fish.
Or you could go for the more practical:
alias :qa="exit"
alias :q="exit"
Written by Kris Leech
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Shell
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#