iris
iris copied to clipboard
Implement a pagination mechanism for remote screen/tmux users
| === [M93] On 2018-09-24T16:00:21Z, [email protected] replied...--------------------------------------------------------
| Great question! If you're using tmux, depending on what key configuration you have, you *should* be able to press `ctrl-b`
| then `[` to enter navigation mode, the `PgUp` and PgDn` to go through the messages. I think `Esc` or `ctrl-c` will pop you
| back out of that mode again.
|
| That's a good suggestion for a new feature, though; some kind of pagination to avoid that kind of workaround.
|
| I'll get that in the TODO list. Thanks!
| ----------------------------------------------------------------------------------------------------------------------------
Just open this issue to track and subscribe. :p
I tried your suggestion with a remote tmux session and a local tmux session. The local session works well. But I can not scroll up in the remote session.
Hey there! Thanks for filing this. :) Sorry for the delay in responding; I have a bad habit of not paying attention to my github notifications. 😬
This is a great suggestion, and it'll be the next feature I work on. Thanks!
Thank you!
I'm not push you to implement this feature. In fact I'm interesting in how you make iris so maybe I can implement it by myself. But I'm not familiar with Ruby. 😂