hadronized / hop.nvim

Neovim motions on speed!
Other
2.47k stars 137 forks source link

Clear status line after hop when `cmdheight > 1` #276

Open shyun3 opened 2 years ago

shyun3 commented 2 years ago

When I use :HopChar1, the statusline changes to "Hop 1 Char: ". However, this does not go away after hopping when using more than 1 line for the statusline (when the cmdheight option is greater than 1).

Would it be possible to clear the prompt after hopping no matter how large the statusline is?

hadronized commented 2 years ago

Hm, that’s probably a side-effect of the input functions we use. That should definitely be possible, yes.