feature: can searching optionally be made case insensitive?

2010-11-01 Thread clemens fischer
Hi, sometimes I'm looking for a string in history without knowing what mix of upper/lowercase it has. For this an option to ignore case in the "Search" commands would be very useful! clemens -- Nokia and AT&T present

Re: howto swap pane focus

2010-11-01 Thread Nicholas Marriott
In CVS HEAD there is last-pane command. On Mon, Nov 01, 2010 at 01:19:35PM -0500, biinn wrote: >how easily can I change the focus to the previously focused pane in the >same window? I have more than 6 panes opened in the same window, but most >of the time I need to swap the focus betw

howto swap pane focus

2010-11-01 Thread biinn
how easily can I change the focus to the previously focused pane in the same window? I have more than 6 panes opened in the same window, but most of the time I need to swap the focus between two of them. I dont see a command which can query the pane ID previously focused. Thanks. --

Re: command that is equivalent to gnu/screen's 'stuff'?

2010-11-01 Thread Wei Dai
Try this: tmux send-key -t your-session "luit -encoding 'gbk'^Msetenv LANG zh _cn.GBK^M" Whereas ^M is the actually newline, produced by first hitting C-v followed by enter or C-m On Nov 1, 2010 2:03 AM, "Yue Wu" wrote: --

command that is equivalent to gnu/screen's 'stuff'?

2010-11-01 Thread Yue Wu
Hi, list, I want to put some string into a pane sequencely, say, run: luit -encoding 'gbk' then after luit is running, then run: setenv LANG zh_CN.GBK In screen, I can use the stuff command to achieve it: stuff "luit -encoding 'gbk'\012 setenv LANG zh_CN.GBK\012" Dont know how to