hop.nvim icon indicating copy to clipboard operation
hop.nvim copied to clipboard

Do not recommend select mode keybinds

Open jemag opened this issue 3 years ago • 1 comments

Current README recommendation https://github.com/phaazon/hop.nvim/blob/master/README.md?plain=1#L149-L153 specifies keybind mode '', which includes select mode.

This means that Hop can be triggered in snippets. I believe most users would probably want to avoid using Hop in select mode, in this case the modes would be { "n", "x", "o" } instead

jemag avatar Sep 11 '22 22:09 jemag

Feel free to open a PR to fix it.

hadronized avatar Oct 09 '22 10:10 hadronized