9 ms·
Unfortunately, not that I can find. I'd love to expand this concept and do full window manager integration with tmux/screen, actually. I can't see any problem
by javanix 12y ago
Unfortunately, not that I can find.
I'd love to expand this concept and do full window manager integration with tmux/screen, actually.
I can't see any problems with having a bottom-tabbed UI with nice tmux keybindings - "C-a 0" to go over to Chrome, quick split of current X view with "C-a %', etc would be phenomenal.
Does anyone know if this exists in some form already?
- voltagex_ 12y agoFrom a very cursory glance (I can't read Objective C), it looks like iTerm2 speaks tmux's protocol - https://github.com/gnachman/iTerm2/blob/master/TmuxGateway.m https://github.com/gnachman/iTerm2/blob/master/TmuxGateway.m Anyone know an easily extensible terminal emulator (in Python, preferably) so I could do a proof of concept?
- voltagex_ 12y agoWow, so it seems that the creators of iTerm2 and tmux got together to define the tmux protocol. https://github.com/re5et/emux/issues/1 https://github.com/re5et/emux/issues/1 - I can't view the protocol docs from here as Google Drive is blocked today.