Show HN: Terminal Multiplexer Inspired by I3
1–10 of 45 posts
Re: Show HN: Terminal Multiplexer Inspired by I3
#2I'm a long-time user of i3 (now sway). I wrote this tool to provide the elegance of i3 to terminal users everywhere, especially for people like myself who sometimes use a non-i3 wm or no window manager at all (e.g. when testing code on a bare-bones raspberry pi).
Cheers!
Re: Show HN: Terminal Multiplexer Inspired by I3
#3The modifier key seems to be Alt, which is also default on desktop i3 windows manager. I wonder if it's going to interfere - eg. pressing Alt+Enter will simultaneously open new window both in multiplexer and on my desktop?
Re: Show HN: Terminal Multiplexer Inspired by I3
#4Re: Show HN: Terminal Multiplexer Inspired by I3
#5Re: Show HN: Terminal Multiplexer Inspired by I3
#6Hey HN, I'm a long-time user of i3 (now sway). I wrote this tool to provide the elegance of i3 to terminal users everywhere, especially for people like myself who sometimes use a non-i3 wm or no window manager at all (e.g. when testing code on a bare-bones raspberry pi). Cheers!
This is exactly what I hoped tmux was when I first tried it.
Will definitely be following this.
Re: Show HN: Terminal Multiplexer Inspired by I3
#7This looks awesome! The modifier key seems to be Alt, which is also default on desktop i3 windows manager. I wonder if it's going to interfere - eg. pressing Alt+Enter will simultaneously open new window both in multiplexer and on my desktop?
I suppose "super"/"windows"-key combos might be a bit safe from terminal applications - otoh they're likely to collide with window managers...
Re: Show HN: Terminal Multiplexer Inspired by I3
#8This looks awesome! The modifier key seems to be Alt, which is also default on desktop i3 windows manager. I wonder if it's going to interfere - eg. pressing Alt+Enter will simultaneously open new window both in multiplexer and on my desktop?
I think the "escape"-design og screen/tmux is likely better for terminal multiplexing - other "hot-keys" is too likely to collide with terminal programs (never mind window managers/desktops)? I suppose "super"/"windows"-key combos might be a bit safe from terminal applications - otoh they're likely to collide with window managers...
AFAIK terminal usually doesn't support super/windows key at all.
Re: Show HN: Terminal Multiplexer Inspired by I3
#9Hey HN, I'm a long-time user of i3 (now sway). I wrote this tool to provide the elegance of i3 to terminal users everywhere, especially for people like myself who sometimes use a non-i3 wm or no window manager at all (e.g. when testing code on a bare-bones raspberry pi). Cheers!
Re: Show HN: Terminal Multiplexer Inspired by I3
#10In some terminal programs they report Alt key differently (use showkey -a) so it may lead confusions.