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

feat: cursor warps maintain relative position within a window #6338

Merged
merged 5 commits into from
Jun 7, 2024

Commits on Jun 7, 2024

  1. create CWindow::warpCursor()

    memchr committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    7b587cd View commit details
    Browse the repository at this point in the history
  2. create CWindow::warpCursor()

    memchr committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    5f0cfbf View commit details
    Browse the repository at this point in the history
  3. feat: add presistent cursor warps

    Allows the cursor to return to its last relative position within a window when the window is refocused.
    
    Allows the cursor to retain its relative position within a window when the window is swapped, moved, changed workspace, added to or removed from groups.
    
    controlled with cursor:persistent_warps
    memchr committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    d8e0b4d View commit details
    Browse the repository at this point in the history
  4. chore: formatting

    memchr committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    a6a5f44 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7e381e4 View commit details
    Browse the repository at this point in the history