-
-
Notifications
You must be signed in to change notification settings - Fork 361
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
Feature: User defined dictionary including 2-chars dict #135
Comments
This feature is for find motions. e.g. |
Should I consider |
Sample?:
|
My use case is jumping to any punctuation sign by typing an easily reachable wildcard character so I have drafted this feature by introducing proxy symbols dictionary:
I use Coleman layout so The implementation is trivial for 1-char substitutions, however I see two possible approaches to implementing the 2-char dictionary feature:
Typing @haya14busa Could you please tell me the vision of this feature? |
branch: #135 (comment) Thank you for the comment 👍 But, we can apply same logic to one-character dict for 2-char search. |
I already use incsearch-easymotion and incsearch-fuzzy. Thank you very much for excellent plugins! I also agree with the simplified approach no mater 1-char or 2-char combination is used: it will permit to avoid ambiguity. Thus with:
But how do you imagine using 2-char substitutions in |
Like
migemo
&smartsign
feature.e
-> match anye
like charactersmigemo
dictionary` but I don't know any other languages' one.a
like characters ...nn
-> match anydigits
??
-> match anysigns
(regexp & base idea is borrowed from clever-f)The text was updated successfully, but these errors were encountered: