You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But really edgemotion works differently than B/E. Next I tried to implement it using vim-patternjump, but still I couldn't quite express it with the regexes; before peeking at edgemotion source to see islands in sea describing the logic.
Please close if you don't find the idea interesting, I will probably try to implement this on my own at some point 💚
The text was updated successfully, but these errors were encountered:
B and E are easy to press and don't need an alias.
I use <C-h> and <C-l> as aliases for ^ and $, which are harder to press and thus more desperately need easier alternatives. They are more useful approximations of a horizontal equivalent of edge-motion.
I had a feeling that I was lacking something:
But really edgemotion works differently than B/E. Next I tried to implement it using vim-patternjump, but still I couldn't quite express it with the regexes; before peeking at edgemotion source to see islands in sea describing the logic.
Please close if you don't find the idea interesting, I will probably try to implement this on my own at some point 💚
The text was updated successfully, but these errors were encountered: