PracticalVim Tip53 - yszheda/wiki GitHub Wiki

Table of Contents

Tip 53: Mark Your Place and Snap Back to It

Return to the top: <>

  • `m{a-zA-Z}`: marks the current cursor location with designated letter

References

  • `{mark}: moves the cursor on the first non-whitespace character

References

Automatic Marks

| Keystrokes | Buffer Contents | | `` | Position before the last jump within current line | | `. | Location of last change | | `^ | Location of last insertion | | `[|] | End of last change or yank | | `< | Start of last visual selection | | `> | End of last visual selection |

⚠️ **GitHub.com Fallback** ⚠️