how to detach others attached to same session only (to remove resizing artifacts)

2014-08-08 Thread Timothee Cour
^B :detach -a detaches all others sessions except self. I'd like to know how to detach only all other instances that are attached to same session. Current workaround: ^B+D and manually select the ones attached to same session -

support OSC 52 code to enable clipboard over tmux

2014-07-28 Thread Timothee Cour
Please see https://code.google.com/p/iterm2/issues/detail?id=1468&q=shell%20ssh for context: see comments 14 and 16: Is there any way to make this work inside tmux? The example shown above: printf "\e]50;CopyToClipboard\a...followed by text followed by...\e]50;EndCopy\a" That works fine for me loc

allow ALT+mouse to control tmux to avoid overloading mouse

2014-02-21 Thread Timothee Cour
Many people complain about the all or nothing behavior of tmux mouse mode, as it interferes with the usual mouse operations (eg see workarounds [1]) The workarounds are not good (eg, require to get in and out of mouse mode etc) Can we have an option to enable this: * when user holds ALT button an

mouse mode: how to get mouse location on click/select

2014-02-21 Thread Timothee Cour
on osx, iterm2 has a nifty feature (oddly named semantic history) that allows one to configure what happens when use command+clicks on a piece of text(eg: open file name) by allowing one to run arbitrary shell command with arguments such as string before click, string after click etc. Is that poss