not-vim is a zsh plugin that provides a function that shames the user for forgetting they weren't in vim
fisher install redxtech/fish-not-vimthis plugin defines a function for common vim commands: :w, :q :x:
function not-vim
# TODO: pull in config for which "sayer" program
set -f sayer cowsay
echo "You're not in vim idiot, you're in your shell!" | $sayer
endported from zsh-not-vim