Quitting VIM
Nothing new, but a quick review:
2023-07-16 ยท 3 years ago ยท ๐ ResetReboot, Slondr2, byte
3 Comments โ
๐ gritty ยท 2023-07-16 at 23:38:
didn't know the last two. thanks
๐ฒ byte ยท 2023-11-03 at 15:01:
also you can do this:
:!ps axuw | grep vim | grep -v grep | awk '{print $2}' | xargs kill -9
๐คช
๐ stack [OP/mod] ยท 2023-11-03 at 16:51:
you can also reboot, I suppose