hop.nvim icon indicating copy to clipboard operation
hop.nvim copied to clipboard

feat: add new commands for hopping camel case words #155

Open guangxu-li opened this issue 2 years ago • 4 comments

Added new commands for supporting camel case words hopping which was requested in #155 .

guangxu-li avatar Aug 09 '22 15:08 guangxu-li

Can you explain with an example what this command would do on a text snippet, please?

hadronized avatar Oct 09 '22 10:10 hadronized

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]

guangxu-li avatar Oct 12 '22 11:10 guangxu-li

It would be wonderful to merge this. I want to switch from easymotion, but this feature absence restrains me.

backdround avatar Feb 25 '23 12:02 backdround

Would be nice to merge this indeed! I was looking for this feature

NicolasGB avatar Apr 27 '23 15:04 NicolasGB