Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The emulate scroll for no mouse alternate buffer option breaks in irssi #31

Open
danielg4 opened this issue Jul 31, 2017 · 3 comments
Open

Comments

@danielg4
Copy link

The issue is that in

\"$(send_keys_to_tmux_cmd up)\" \

and
\"$(send_keys_to_tmux_cmd down)\" \

simple arrow keystrokes are sent, but irssi needs those for bash-style history browsing. There needs to be a way to send alternate keystrokes, for which bindings in irssi could then be defined.

@NHDaly
Copy link
Owner

NHDaly commented Aug 3, 2017

Ah, just to understand, do you mean that when you enter irssi, scrolling sends up/down arrow keys, which doesn't scroll in irssi, but instead scrolls through history?

@NHDaly
Copy link
Owner

NHDaly commented Aug 3, 2017

hmm.
So one option would be to just have a blacklist to disable the emulated scrolling in certain applications.

Another could be to do what you said, and allow custom keys for certain applications, like a map.

@danielg4
Copy link
Author

danielg4 commented Aug 3, 2017

As a workaround, up/down could be replaced with PgUp/PgDn, which works in both irssi and vim…

(…but not necessarily in tmux.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants