Skip to content
Discussion options

You must be logged in to vote

I thought I could use it here so that I can scroll my terminal and neovim can still receive page up/down independently.

This behaviour is what performable: gives. Unfortunately, it doesn't currently work for scroll_* keybinding actions; see #6765 for the tracking issue.

It partially works, at least neovim is now receiving the keypresses... but the regular terminal binding is no longer working! I can't page up/down the scrollback buffer. It flickers as if it trying to scroll, but something is interrupting it.

My guess as to what is happening is that the screen is successfully scrolled up, but then page down is sent which immediately moves the view to the bottom (which is what happens o…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@cmvanb
Comment options

@mitchellh
Comment options

Answer selected by mitchellh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
input Keyboard or mouse input
3 participants