vamolessa / pepper

simple and opinionated modal code editor for your terminal
https://vamolessa.github.io/pepper/
373 stars 15 forks source link

Cursor is sometimes hidden by minibuffer #19

Closed malte-v closed 2 years ago

malte-v commented 2 years ago

When editing some code at the bottom of the screen, the cursor is sometimes hidden by documentation or auto-suggestions popping up in the minibuffer, making it impossible to see the currently edited text. I'd suggest to automatically scroll down by the needed amount in that case.

vamolessa commented 2 years ago

It's now fixed in v0.18.4. Also, I've added the config status_bar_max_height that controls how height a statusbar message can get.

malte-v commented 2 years ago

Thanks!