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

### Platform/Version: * Ubuntu 22.04 * Neovim v0.8.0-1210-gd367ed9b2 * LuaJIT 2.1.0-beta3 ### The issue: * Hop commands do not appear to work in the Command-line window. (See `:help cmdline-window`) ###...

I have a custom binding for romanian letters for modes `c` and `i`. I need to hold down `alt` and then press `[` for it to print `ă` for example....

Bugs happend on lastest `vcode` and `vscode-neovim` plugin on window10, while neovim version is 0.9.1 Just as below, my cursor is on a empty line begin and do `sj` (map...

There is no point in configurable option if it doesn't do what it says

If a line contains a null character (`^@`), it breaks the following functions: ``` vim.fn.strdisplaywidth(line_context.line) ``` ``` end_col = vim.fn.byteidx(cur_line, vim.fn.charidx(cur_line, cur_col) + 1), ``` added an early return if...

Add configuration `excluded_filetypes` to skip specified windows and buffers. For example, we can setup hop.nvim with ```lua require('hop').setup{ excluded_filetypes = { 'scrollbar' } } ``` to avoid crash when running...

For example, when I have a very long line, which is not completely displayed on the current window, the plugin would omit this line. In the source file "window.lua", l.11,...

Fixes https://github.com/phaazon/hop.nvim/issues/337