• @[email protected]
    link
    fedilink
    15
    edit-2
    11 months ago

    exactly.

    gg -> go to top of document

    d -> delete (actually, it’s cut, but it destroys the mnemonic)

    G -> here is a modifier to “d” and tells it do “delete until end of document”

    w -> write current state of buffer to disk

    q -> exit program

    • meow
      link
      fedilink
      1711 months ago

      Actually not, binds and commands aren’t the same. ggdG only works as a series of inputs, while wq only works as a command (with the colon).