how-to-exit-vim icon indicating copy to clipboard operation
how-to-exit-vim copied to clipboard

removing one pipe from "the simple way" to exit vim

Open mookie- opened this issue 4 years ago • 2 comments

You can use grep with square brackets to skip the extra pipe through git -v

mookie- avatar Nov 18 '20 16:11 mookie-

fixes #59

mookie- avatar Nov 18 '20 16:11 mookie-

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

thetayloredman avatar Feb 21 '21 01:02 thetayloredman