GravitySpoiled@lemmy.ml to linuxmemes@lemmy.world · 1 year agoHow do I exit vim?lemmy.mlimagemessage-square43fedilinkarrow-up1218arrow-down127
arrow-up1191arrow-down1imageHow do I exit vim?lemmy.mlGravitySpoiled@lemmy.ml to linuxmemes@lemmy.world · 1 year agomessage-square43fedilink
minus-squareArcaneSlime@lemmy.dbzer0.comlinkfedilinkarrow-up11·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.
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.