Comment by ๐ŸŒฒ byte

Re: "Quitting VIM"

In: s/vim

also you can do this:

:!ps axuw | grep vim | grep -v grep | awk '{print $2}' | xargs kill -9

๐Ÿคช

๐ŸŒฒ byte

2023-11-03 ยท 3 years ago

1 Later Comment

๐Ÿš€ stack [OP/mod] ยท 2023-11-03 at 16:51:

you can also reboot, I suppose

Original Post

๐ŸŒ’ s/vim

๐Ÿš€ stack: [mod]

Quitting VIM โ€” Nothing new, but a quick review: [preformatted]

๐Ÿ’ฌ 3 comments ยท 4 likes ยท 2023-07-16 ยท 3 years ago