@[email protected] to [email protected] • 1 year agoI want to exit, help!lemmy.camessage-square46fedilinkarrow-up1267
arrow-up1250imageI want to exit, help!lemmy.ca@[email protected] to [email protected] • 1 year agomessage-square46fedilink
minus-square@[email protected]linkfedilink12•edit-21 year agoAdded context. ESC exits Insert mode (or any other mode you are in) : tells vim you are entering a command q is the command for quit ! tells vim for force quit (without saving) Alternatively, :wq will write (save) the file then quit.
minus-square@[email protected]linkfedilinkEnglish3•1 year agoWhere do you think I am posting this from?
minus-squareSaltyIceteaMakerlinkfedilink1•edit-21 year agoIf one can exit vim, one can exit anywhere.
minus-square@[email protected]linkfedilinkEnglish2•1 year agoYou are correct. I can exit at any time but I choose to stay because it is nice here.
Press Escape
Type :q!
Press enter
Gotta save the cow. So type :wq
:x
ZZ
Added context.
ESC exits Insert mode (or any other mode you are in)
: tells vim you are entering a command
q is the command for quit
! tells vim for force quit (without saving)
Alternatively, :wq will write (save) the file then quit.
deleted by creator
Where do you think I am posting this from?
If one can exit vim, one can exit anywhere.
You are correct. I can exit at any time but I choose to stay because it is nice here.