hop.nvim
hop.nvim copied to clipboard
feat: add new commands for hopping camel case words #155
Added new commands for supporting camel case words hopping which was requested in #155 .
Can you explain with an example what this command would do on a text snippet, please?
Can you explain with an example what this command would do on a text snippet, please?
Origianl | Hint [Position] |
---|---|
Examples | [E]xamples |
CamelCase | [C]amel[C]ase |
ACRONYMWords | [A]CRONYM[W]ords |
underscore_words | [u]nderscore_[w]ords |
Number1234 | [N]umber[1]234 |
0b1234 | [0][b][1]234 |
0x2345 | [0][x][2]345 |
0o0764 | [0][o][0]764 |
#0f0f0f | [#]0f0f0f |
Hybrid_HTTPRequestProtocol_Version3 | [H]ybrid_[H]TTP[R]equest[P]rotocol_[V]ersion[3] |
It would be wonderful to merge this. I want to switch from easymotion, but this feature absence restrains me.
Would be nice to merge this indeed! I was looking for this feature