hop.nvim
hop.nvim copied to clipboard
Neovim motions on speed!
two questions: |e| - highlighted letter for jump 1) how jump to end of word as in easymotion-bd-e ? example: wor|d| 1.1) also i need highlight start and end of...
In the following `:help` file screenshot, I cannot hop to the `e:` at the end of `true:` using `hop_char2` with `e:` as the input: The reason is that there is...
Currently, Hop provides line movement (`HopLineStart`, etc.) by having the hint destination be either the start or the beginning of the destination line. ### Request I would like to be...
on `dt.` on the following sentence with cursor on the `a` in `asked`: `“Who will drive the train mummy?’ asked Alice.` ``` E5108: Error executing lua /home/david/.config/nvim/plugged/hop.nvim/lua/hop/init.lua:121: Column value outside...
Some multi-key sequences are harder to type than others. For example, two-character outside-in rolls like KJ, OJ, SD, WF, etc., are considered to be among the easiest key sequences to...
Notice how some of the hint characters are italicized. This is (I guess) because the underlying text is italicized. Is this deliberate? IMO it would look cleaner for the hint...
I tried for some time to get `hint_with_callback` to work and kept running into errors. From the docs, it was unclear to me which of these I was supposed to...
As I understand it, the `TrieBackTrackFilling` method generates a simple static list and doesn't seem to benefit from the use of a Trie. I tried to do a straight forward...
Basically I want to call a function after hop has jumped and landed on my target. I'm using the `specs` plugin to as a cursor beam and I want to...
 It's obvious I don't pick work that under cursor.