@[email protected] to linuxmemes • 1 year agoHow do I exit vim?lemmy.mlimagemessage-square48fedilinkarrow-up1411arrow-down156
arrow-up1355arrow-down1imageHow do I exit vim?lemmy.ml@[email protected] to linuxmemes • 1 year agomessage-square48fedilink
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.