Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support vi's ''/`` (jump to position before last jump) #137

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Apr 5, 2012

  1. Jump to the last edit when a user hits '.

     - ViRecordLastEdit saves the position of edits the user makes, in
       settings
    
     - ViGotoLastEdit jumps to the position of the last edit in a view and
       stores the original cursor position
    
     - If the user is at the position of the last edit and hits `'.`, ViGotoLastEdit jumps
       back to the original position
    abrookins committed Apr 5, 2012
    Configuration menu
    Copy the full SHA
    4c42838 View commit details
    Browse the repository at this point in the history
  2. Use a key binding

    abrookins committed Apr 5, 2012
    Configuration menu
    Copy the full SHA
    cfc71f7 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2012

  1. Configuration menu
    Copy the full SHA
    f441fb1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6fffac5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af3c13c View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2012

  1. Configuration menu
    Copy the full SHA
    3cae2ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8dd37f1 View commit details
    Browse the repository at this point in the history
  3. simplify './`. implementation

    rctay committed Jun 26, 2012
    Configuration menu
    Copy the full SHA
    28e946e View commit details
    Browse the repository at this point in the history