←back to thread

Introducing tmux-rs

(richardscollin.github.io)
857 points Jtsummers | 5 comments | | HN request time: 0.704s | source
1. teekert ◴[] No.44456397[source]
Nice, I like tmux, I use it daily, I live in it. I hope this version makes it easier to just scroll with the scroll wheel or ctrl-page-up/down, or ctrl tab through your panes, or just show the whole unconcatenated title in the bottom left ;)

Sorry I know this is not the place to complain, but it would be so nice!

replies(3): >>44456521 #>>44456695 #>>44456838 #
2. jayknight ◴[] No.44456521[source]
For me scroll wheel just works. The other stuff wouldn't be hard to configure with `bind-key`. I use ctrl-space to cycle through panes in a window:

bind-key -n C-Space select-pane -t +1

3. 0x457 ◴[] No.44456695[source]
You might like zellij more than tmux.
4. antonvs ◴[] No.44456838[source]
I use byobu which is basically an opinionated distribution of tmux. Scroll wheel works fine, as does Alt-PgUp/PgDn.

Ctrl-Tab probably won't work because terminals tend not to recognize it as different from Tab. But you might be able to bind Alt-Tab or some other such combo to cycle through panes in the tmux config. It should just be a one-liner.

replies(1): >>44458104 #
5. psyclobe ◴[] No.44458104[source]
Oh neat!!