Vim
Vim copied to clipboard
Enhance the search function for easymotion and support remote yank.
What this PR does / why we need it:
-
Enhance the search function for easy motion.
-
support remote yank
-
easy motion only search in 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"]
}
]