how-to-exit-vim
how-to-exit-vim copied to clipboard
removing one pipe from "the simple way" to exit vim
You can use grep
with square brackets to skip the extra pipe through git -v
fixes #59
would be better if we piped it thru cat a few random times 😆
:!ps axuw | cat | grep [v]im | cat | awk '{print $2}'| cat | xargs kill -9