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

Neovim motions on speed!

Results 79 hop.nvim issues
Sort by recently updated
recently updated
newest added
trafficstars

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...

enhancement

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...

help wanted
good first issue
feature
easy

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...

enhancement

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...

enhancement
help wanted
good first issue

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...

enhancement

![Peek 2021-12-04 23-35](https://user-images.githubusercontent.com/42114817/144715337-696c624d-0c31-49ce-b876-5546cdf38bf8.gif) It's obvious I don't pick work that under cursor.

enhancement
reproducible
easy