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

Enhance the search function for easymotion and support remote yank. #8860

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

Conversation

feeiyu
Copy link

@feeiyu feeiyu commented Jan 31, 2024

What this PR does / why we need it:

  1. Enhance the search function for easy motion.
    search

  2. support remote yank
    remote_yank

  3. easy motion only search in visible area.
    visible_area

Which issue(s) this PR fixes
fixes 8753

Special notes for your reviewer:

  • Add background color configuration for matched characters.
    vim.easymotionIncSearchBackgroundColor

  • The recommended custom mapping.

  "vim.normalModeKeyBindingsNonRecursive": [
    {
      "before": ["s"],
      "after": ["<leader>", "<leader>", "<leader>", "s"]
    },
    {
      "before": ["y", "r"],
      "after": ["<leader>", "<leader>", "<leader>", "y", "r"]
    }
  ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Easymotion markers run out in the visible area.
1 participant