Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mookie-
Copy link

@mookie- mookie- commented Nov 18, 2020

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

You can use `grep` with square brackets to skip the extra pipe through `git -v`
@mookie-
Copy link
Author

mookie- commented Nov 18, 2020

fixes #59

@thetayloredman
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants