Re: need help mapping F keys (and a few others)

2013-01-06 Thread Hayaki Saito
Hello, Now it seems that many terminals in OSX sends xterm-incompatible function key sequences with modifiers, in spite of that they declare TERM=xterm(modifyFunctionKeys=2). To solve this problems, we should report this problem to each of different terminal owners, in principle. I think Ctrl

need help mapping F keys (and a few others)

2013-01-06 Thread Michael Garrett
I'm using tmux 1.6 and I'm really struggling to get a lot of the keymaps that I had working in a pure Linux environment working now that I switched to a Mac.   Well, it has been a while since I switched, and I can't promise that all of these worked, but a number of them did. Here are the keyma

Re: [PATCHv3 37/42] Add a simpler option to capture the entire pane

2013-01-06 Thread Thomas Adam
On Mon, Jan 07, 2013 at 06:02:33AM +0530, Raghavendra D Prabhu wrote: > Adds a '-h' option to capture the entire pane without providing the > appropriate > co-ordinates. Why not make this a semantic change for either/both -S/-E rather than Yet Another Option? In fact, it would be nice to have fo

[PATCHv3 37/42] Add a simpler option to capture the entire pane

2013-01-06 Thread Raghavendra D Prabhu
Adds a '-h' option to capture the entire pane without providing the appropriate co-ordinates. Signed-off-by: Raghavendra D Prabhu diff --git a/cmd-capture-pane.c b/cmd-capture-pane.c index a94c717..b193748 100644 --- a/cmd-capture-pane.c +++ b/cmd-capture-pane.c @@ -31,8 +31,8 @@ enum cmd_retval

Re: Re: [PATCHv2 5/6] Allow '$' and '^' in select-window index.

2013-01-06 Thread Raghavendra D Prabhu
Hi, * On Mon, Dec 24, 2012 at 12:38:59PM +, Nicholas Marriott wrote: Applied, with man page bits :-). On Sat, Dec 15, 2012 at 05:32:20AM +0530, Raghavendra D Prabhu wrote: This allows one to select the last window (not last-window but window with highest index), so one can bind it to '

Re: [PATCHv2 1/6] Add a simpler option to capture the entire pane

2013-01-06 Thread Raghavendra D Prabhu
Hi, This patch had a slight editing error. Corrected it. (patch will be in the reply to this.) * On Sat, Dec 15, 2012 at 05:32:16AM +0530, Raghavendra D Prabhu wrote: Adds a '-h' option to capture the entire pane without providing the appropriate co-ordinates. Signed-off-by: Raghavendra D