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

vim: Add sneak motion (continued) #21067

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Nov 21, 2024

  1. vim: Add sneak motion

    Implement support for the vim sneak motion from the vim-sneak plugin.
    The motion jumps forward or backward to any location specified by two
    characters.
    
    The Sneak & SneakBackward operators are bound to 'z' and 'Z' by default
    to avoid overwriting the 's' and 'S' default keybindings, similar to the
    way the original plugin uses 'z' with operators to avoid conflicts.
    
    Reference:
    https://github.com/justinmk/vim-sneak
    mrkajetanp authored and vultix committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    9dd273e View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. Configuration menu
    Copy the full SHA
    ade6c72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99efd3f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    38ce157 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2024

  1. Merge remote-tracking branch 'origin/main' into vim-sneak

    # Conflicts:
    #	crates/vim/src/vim.rs
    vultix committed Dec 1, 2024
    Configuration menu
    Copy the full SHA
    9dce697 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55d4367 View commit details
    Browse the repository at this point in the history