PracticalVim Tip56 - yszheda/wiki GitHub Wiki

Table of Contents

Tip 56: Traverse the Change List

Return to the top: <>

References

  • `:changes`: inspect the contents of change list
  • `g,`: traverse forward through the change list
  • `g;`: traverse backward through the change list

Marks for the Last Change

  • `.: references the position of the last change

References

  • `^: tracks the position of the cursor the last time that Insert mode was stopped

References

  • `gi`: return to the latest Insert mode position.

References

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