Re: Is it possible to have a binding that "brings back" mouse behavior?

2015-05-17 Thread Steven Lu
I think I understand it now, the inner quotes for if-shell do not require escaping. Presumably they can be nested arbitrarily as well? On Sat, May 16, 2015 at 11:24 PM, Thomas Adam wrote: > On Fri, May 15, 2015 at 08:23:02PM -0400, Steven Lu wrote: > > But it's turning o

Is it possible to have a binding that "brings back" mouse behavior?

2015-05-16 Thread Steven Lu
Basically the default binds I am seeing so far are missing the mouse wheel functionality. I deduced that these default binds bind-key-T root MouseDown1Pane select-pane -t = ; send-keys -M bind-key-T root MouseDown1Status select-window -t = bind-key-T root MouseDrag1Pane if-s

Is there a way to switch between panes while keeping the pane zoomed?

2015-05-10 Thread Steven Lu
I hadn't had a need for this until now where I am setting up my iPhone for doing work inside tmux from either the Prompt 2 app or the MTerminal Cydia app. It is really only comfortable to have one pane open at a time given the limited amount of columns and rows available on a phone screen. I would

Re: Reverse-Engineering Layout Format

2014-11-23 Thread Steven Lu
s control of pane placement, but easier to create more > complicated patterns than the defaults. > > -FR. > > > > On Wed, Nov 19, 2014 at 10:24 AM, Steven Lu wrote: > >> Hi Thomas, thanks for the hint! >> >> layout-custom.c reveals a lot of things, I am now i

Re: Can we get Tmux to support more Function keys (F-keys) than just up to F20?

2014-11-21 Thread Steven Lu
M-F12 > F61-F64 are M-S-F1 to M-S-F3 > > > > On Sun, Oct 12, 2014 at 10:11:40AM -0400, Steven Lu wrote: > >I have many traditionally unsupported key combinations that I would > like > >to use which are not supported by traditional terminal emulators. I

Re: Reverse-Engineering Layout Format

2014-11-20 Thread Steven Lu
oking around on github) but it's strange that I cannot find the actual declaration for "struct layout_cell"... On Sat Jul 27 2013 at 7:28:43 AM Thomas Adam wrote: > On 15 July 2013 23:06, Steven Lu wrote: > > 3: zsh (1 panes) [274x76] [layout cc63,274x76,0,0,6] @3

Can we get Tmux to support more Function keys (F-keys) than just up to F20?

2014-10-14 Thread Steven Lu
I have many traditionally unsupported key combinations that I would like to use which are not supported by traditional terminal emulators. I tend to use either a custom build of PuTTY on Windows or iTerm2 on OS X, which both allow me to send arbitrary byte patterns based on keystrokes. iTerm2 is ob

Reverse-Engineering Layout Format

2013-07-27 Thread Steven Lu
I am a big fan of the feature in Vim which allows you to move a vim-window (the tmux pane equivalent) _all the way_ in a particular direction by typing Ctrl+W, H/J/K/L. Unfortunately tmux has no feature here, but select-layout seems promising. However, I'd like to avoid reverse-engineering the la