hop.nvim
hop.nvim copied to clipboard
Neovim motions on speed!
In many applications that allow for hints (alacritty, vimium in the browser), pressing backspace after the initial key press allows you to go back to the previous hint state. Would...
Added `hint_empty_line` function that lets you jump to empty lines, I use this alongside `hint_lines_skip_whitespace` since I find `hint_lines` overwhelming.
Re-raising this issue from the original repo: https://github.com/hadronized/hop.nvim/issues/276 > When I use `:HopChar1`, the statusline changes to `Hop 1 Char: `. However, this does not go away after hopping when...
The HopChar1 command and its variants have inconsistent behavior in the operator-pending mode, depending on whether you are hopping to the last character on the line or not. **To Reproduce**...
**Describe the bug** When I try to use the remaps to `t` on a line that is soft wrapped I get an error: ``` E5108: Error executing lua: /root/.local/share/nvim/lazy/hop.nvim/lua/hop/init.lua:239: Column...
**Describe the bug** While jumping the current char is also considered and added as a possible target **To Reproduce** Create a simple text with repeating chars, the length doesn't matter:...