Down that hole

  • @MajorHavoc
    link
    91 year ago

    If you accidentally open ‘vi’, an escape sequence is ‘:wq’

    • elax
      link
      61 year ago

      You can also type :x to write and quit. Just imaging the amount of time saved not pressing one extra letter. ^Could save your life.^

      • :x for write and quit. But I think the more appropriate one in this situation will be :q! which will force quit without saving any modifications, since someone who doesn’t know how to exit vim probably doesn’t want to save whatever modifications they made (probably by mistake).

        • @ChewTiger
          link
          31 year ago

          Thanks for adding this. I’m sure it’ll be useful to know and save me some heartache.

          I tried out Linux a long time ago and have forgotten a lot of what I knew. I’m thinking of switching back again.

      • @[email protected]
        link
        fedilink
        31 year ago

        You can also type ZZ (uppercase, so hold Shift) to write and quit. But for all of the above you have to be in normal mode, so if it doesn’t work, try pressing Esc first.

      • @MajorHavoc
        link
        21 year ago

        Good catch!

        This is where the critical Linux adoption advice is happening. :)