Add copy-mode-vi bindings for search keys#23
Add copy-mode-vi bindings for search keys#23liangkarl wants to merge 2 commits intoddzero2c:masterfrom
Conversation
|
Thanks for the contribution! Just to clarify — since If you specifically need to trigger easymotion without the prefix key in copy mode, I'd suggest making it opt-in via a config option rather than changing the default, so existing users won't have their |
|
Yes, using About the implementation, it's flexible. As you said, it could be optional. I chose the easy way as I didn't think too much. Please change it to whatever you want. |
Add @easymotion-copy-mode-no-prefix option (default: false) to bind easymotion keys directly in copy mode without requiring the prefix key. Automatically detects vi/emacs mode-keys to select the correct key table. Closes #23
|
Related to #24 |
There is a use case that the user may jump in copy mode, which didn't have valid operation for this.