What I don't understand is how both screen and tmux ship with bindings that conflict with readline. Did nobody notice, or did nobody care? Neither is usable without fixing this in config.
Configuring the prefix key to C-z is quite harmless, C-z C-z for suspend is quite ok. (As a bonus hint, binding subkeys with control it's faster to send commands: C-z C-n is faster than C-z n, you just keep control pressed during the command sequence.)
Tools I Use - tmux
51–60 of 61 posts
Re: Tools I Use - tmux
#52I absolutely love tmux and use it everyday, but the killer feature I really want is tighter integration with a terminal emulator like iterm2. I would love to be able to attach to a tmux session with iterm2 and scroll using two-finger scrolling, while still being able to detach from the session and re-attach remotely. It would seem like this would be a possibility given tmux's design, which is a lot more flexible than…
Re: Tools I Use - tmux
#53Re: Tools I Use - tmux
#54I used screen for 15 years but recently switched because I liked tmux's easy-to-read conf file and scriptability. Mac OS X users watch out, launchctl commands barf mysteriously inside of tmux.
This should be added to a FAQ somewhere. Took me ages to figure it out on my own, especially since the error msg is so generic -> http://pig-rabbit.com/tmux-and-launchctl
Then just alias launchctl to "reattach-to-user-namespace /bin/launchctl"
Re: Tools I Use - tmux
#55Re: Tools I Use - tmux
#56There are multiple problems with tmux on OS X. pbcopy and pbpaste, for instance, are entirely unusable. Even if tmux has some nice benefits over screen, it probably isn't worth it to the Mac user to switch.
Re: Tools I Use - tmux
#57I use screen regularly, but mostly to be able to attach and detach to sessions as I move between work, home, etc. tmux users frequently tout its ability to do nifty split screens and other window management, but I'm not sure I understand the value of doing this over just starting another iterm2 window/tab and using regular window management tools. Cmd-tilde or Cmd-tab is one less key than Ctrl-a, h.... :) What am I m…
Re: Tools I Use - tmux
#58What I don't understand is how both screen and tmux ship with bindings that conflict with readline. Did nobody notice, or did nobody care? Neither is usable without fixing this in config.
Re: Tools I Use - tmux
#59Re: Tools I Use - tmux
#60One note though - both screen and tmux introduce some delay making the text appear a tad slower (I'm using it over SSH strictly, no idea about 'native console'), does anyone know the solution?