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

<cmd> hack to not move the cursor for new pairs #394

Closed
wants to merge 24 commits into from
Closed

<cmd> hack to not move the cursor for new pairs #394

wants to merge 24 commits into from

Commits on Sep 17, 2023

  1. made the plugin move the cursor less

    Sam-programs authored and Sam-programs committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    d87539f View commit details
    Browse the repository at this point in the history
  2. fixed the on_cr function being broken

    Sam-programs authored and Sam-programs committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    3095243 View commit details
    Browse the repository at this point in the history
  3. forget to add this after copying

    Sam-programs authored and Sam-programs committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    b0f5826 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. readded the undo sequence

    Sam-programs authored and Sam-programs committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    43d42ac View commit details
    Browse the repository at this point in the history
  2. testing cursor positioning with set_cursor

    Sam-programs authored and Sam-programs committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    09b1679 View commit details
    Browse the repository at this point in the history
  3. testing with abort

    Sam-programs authored and Sam-programs committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    f71b26e View commit details
    Browse the repository at this point in the history
  4. Revert "testing with abort"

    This reverts commit f71b26e.
    Sam-programs authored and Sam-programs committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    6ac1e18 View commit details
    Browse the repository at this point in the history
  5. Revert "testing cursor positioning with set_cursor"

    This reverts commit 09b1679.
    Sam-programs authored and Sam-programs committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    0fad0f7 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. testing the hacky cmd method

    Sam-programs authored and Sam-programs committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    9078d1a View commit details
    Browse the repository at this point in the history
  2. command name change test

    Sam-programs authored and Sam-programs committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    1b77dc3 View commit details
    Browse the repository at this point in the history
  3. fixed the command name

    Sam-programs authored and Sam-programs committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    0da54ad View commit details
    Browse the repository at this point in the history
  4. is it too long ?

    Sam-programs authored and Sam-programs committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    b4b7d6f View commit details
    Browse the repository at this point in the history
  5. forgot to escape

    Sam-programs authored and Sam-programs committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    8847ba7 View commit details
    Browse the repository at this point in the history
  6. forgot to update the name in the caller

    Sam-programs authored and Sam-programs committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    0c36825 View commit details
    Browse the repository at this point in the history
  7. converted bufnr to a window id

    Sam-programs authored and Sam-programs committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    76bc5a8 View commit details
    Browse the repository at this point in the history
  8. i need to slow my self down

    Sam-programs authored and Sam-programs committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    c40dd6f View commit details
    Browse the repository at this point in the history
  9. didn't know untils.get_cursor was 0 indexed

    Sam-programs authored and Sam-programs committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    df11f1d View commit details
    Browse the repository at this point in the history
  10. started a new undo-block for new pairs

    Sam-programs authored and Sam-programs committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    21faee2 View commit details
    Browse the repository at this point in the history
  11. forgot that pairs can be more than 1 char

    Sam-programs authored and Sam-programs committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    e080cff View commit details
    Browse the repository at this point in the history
  12. never mind i didn't i have no clue why the tests are failing

    Sam-programs authored and Sam-programs committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    da35ab4 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. fixed the missed case

    Sam-programs authored and Sam-programs committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    fc7a9c8 View commit details
    Browse the repository at this point in the history
  2. removed an necessary <right>

    Sam-programs authored and Sam-programs committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    5e1bcc6 View commit details
    Browse the repository at this point in the history
  3. forget to change this part too

    Sam-programs authored and Sam-programs committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    b80c618 View commit details
    Browse the repository at this point in the history
  4. removed recursive mapping

    Sam-programs authored and Sam-programs committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    cc9baf4 View commit details
    Browse the repository at this point in the history