@[email protected] to [email protected] • 1 year agoHow do I exit vim?lemmy.mlimagemessage-square50fedilinkarrow-up1402arrow-down156
arrow-up1346arrow-down1imageHow do I exit vim?lemmy.ml@[email protected] to [email protected] • 1 year agomessage-square50fedilink
minus-square@[email protected]linkfedilink11•edit-21 year agoIt’s really not that bad. [ESC] :wq Escape to exit input mode and enter command mode, then the command indicator : w for write and q for quit. To quit without writing force it with :q!. Done.
I have no idea, but I know it’s awful
It’s really not that bad.
[ESC] :wq
Escape to exit input mode and enter command mode, then the command indicator:
w
for write andq
for quit. To quit without writing force it with:q!
. Done.