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

with directional `hint_char1` and `hint_char2` options the cursor disappears from the screen, and a cursor is lit up at the bottom left. It would be more visually pleasing/less distracting if...

enhancement
help wanted
good first issue
easy

As with a lot of Issues in this repository, this is requesting reimplementation of an EasyMotion feature: [`g:EasyMotion_use_smartsign_us`](https://github.com/easymotion/vim-easymotion/blob/d75d9591/doc/easymotion.txt#L839-L864), et al. ```vimhelp Smartsign *EasyMotion_smartsign* *g:EasyMotion_use_smartsign_us* *g:EasyMotion_use_smartsign_ja* Matching signs target keys by...

When execute `HopAnywhere` in file with unicode chars, the mark char position is not inconsistent with the unicode char position. This is the example file: ![image](https://user-images.githubusercontent.com/2898670/173023313-0941f32b-811f-4b61-b357-ccb9fb24f02c.png) After execute `HopAnywhere`, the...

When there are multiple bytes chars like Chinese char, the hint position will be inconsistent with the char position.

The following mapping works differently in neovim 0.6 and the latest master version. ``` vim.api.nvim_set_keymap('n', 'f', "lua require'hop'.hint_char1({ direction = require'hop.hint'.HintDirection.AFTER_CURSOR, current_line_only = true })", {}) ``` What happens is...

EasyMotion has a setup to [replace `hjkl`](https://github.com/easymotion/vim-easymotion#hjkl-motions). This includes a setting that means when you jump to another line, the current column your cursor is in is used for the...

feature

After using [`avy`](https://github.com/abo-abo/avy) in emacs, I came to really like its [`avy-goto-char-timer`](https://github.com/abo-abo/avy#avy-goto-char-timer) mode, which lets you input an arbitrary amount of character within a predefined time, and then lables all...

enhancement
feature

Is it only me or matched parentheses (if you start Hop when your cursor is on one of it) do not fade? ![](https://i.imgur.com/dYYHcvc.png)

enhancement
reproducible

This is a bug that I have been experiencing a lot — at least in the TUI. Some hints, after Hop quits and cleans everything, still persist. I have implemented...

bug
bug:neovim
mitigation