@GravitySpoiled@lemmy.ml to linuxmemes@lemmy.world • 1 year agoHow do I exit vim?lemmy.mlimagemessage-square58fedilinkarrow-up1411arrow-down156
arrow-up1355arrow-down1imageHow do I exit vim?lemmy.ml@GravitySpoiled@lemmy.ml to linuxmemes@lemmy.world • 1 year agomessage-square58fedilink
minus-square@ArcaneSlime@lemmy.dbzer0.comlinkfedilink11•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.