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

Hop commands do not appear to work in the command-line window

Open samjwill opened this issue 3 years ago • 2 comments

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)

To reproduce:

  • Install hop.nvim.
  • Launch Neovim.
  • Press : to enter command mode.
  • Press <C-f> to open the command-line window.
  • Enter a hop command or a keybind that would trigger a hop command. For example, using the binds specified in the README, pressing f will result in the following error: image

Expected behavior:

  • The buffer can be navigated with hop commands, similarly to any other buffer.

Actual behavior:

  • Error E5108 occurs.

samjwill avatar Oct 14 '22 01:10 samjwill

Argh, that invalid buffer thing again… Thanks for reporting, I will have a look.

hadronized avatar Oct 26 '22 23:10 hadronized

Having the same issue.

tanloong avatar Mar 03 '24 17:03 tanloong