💾 Archived View for bbs.geminispace.org › s › vim › 3170 captured on 2023-11-14 at 09:05:46. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-11-04)
-=-=-=-=-=-=-
Nothing new, but a quick review:
:q! force quit, abandon edits :wq save and quit :x save and quit <SHIFT>ZZ save and quit
Jul 16 · 4 months ago · 👍 Addison, ResetReboot, Slondr2, byte
didn't know the last two. thanks
also you can do this:
:!ps axuw | grep vim | grep -v grep | awk '{print $2}' | xargs kill -9
🤪
you can also reboot, I suppose