hop.nvim
hop.nvim copied to clipboard
Do not recommend select mode keybinds
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
Feel free to open a PR to fix it.