hop.nvim
hop.nvim copied to clipboard
Neovim motions on speed!
`HopChar2` command does not work when the cursor is placed at an empty line and shows this error popup below 
whenever I use "." to re use the previous command i.e., for example "dt ", its crashing the whole nvim application.
Hi, I have a feature request which I actually yes pretty often because I'm addicted to repeating motions via dot. Is it possible to add dot repeat support? For example,...
Hi, If I try to navigate to another line "HopLineAC" or "HopLineBC" from an empty line I get following error. ``` E5108: Error executing lua /Users/sabah/.vim/plugged/hop.nvim/lua/hop/init.lua:130: col value outside range...
I want to to contribute to wiki about dot repeat hack using this awesome plugin, but I don't find any satisfied guidelines for how to prefix the branch name.
When I try setting the option `case_insensitive` to `false`, it doesn't seem to affect whether upper or lowercase characters are matched or not. Here's an elaborate example: 1. Run `:lua...
Fixes #333 by checking whether we are inside the command line window before applying the `nvim_set_current_win` function. If we are inside the command line window we already know we have...
Hop distributes annotations in a cloud around cursor and last words in the same and the next strings are get 2-keys annotation. Easymotion distributes 1-key annotations straightforward along lines while...
When use on new blank line i get this error  Use in this position, this bug throws when use commands with AC/BC  NVIM v0.8.0-1210-gd367ed9b2
Hi, I am habituated to use ; and , for repeating last f, t, F, T from the default vim behavior. I like using the hints, but when i fallback...