Re: binding PageUp to enter copy-mode

2013-03-28 Thread Nicholas Marriott
Try this please: diff --git a/cmd-copy-mode.c b/cmd-copy-mode.c index f014be8..40584a2 100644 --- a/cmd-copy-mode.c +++ b/cmd-copy-mode.c @@ -54,9 +54,11 @@ cmd_copy_mode_exec(struct cmd *self, struct cmd_q *cmdq) if (cmd_find_pane(cmdq, args_get(args, 't'), NULL, &wp) == NULL)

binding PageUp to enter copy-mode

2013-03-28 Thread Kenny Ranerup
I'm trying to map PageUp key without prefix-key to enter copy mode. I do it using: bind-key -n PageUp copy-mode -u This works but it has a side effect that when in copy mode, PageUp no longer works, i.e. it doesn't scroll up. I also tried to explicitly map PageUp in copy-mode (which already def

Re: Commit 7360ff breaks compiling on OSX 10.6.8

2013-03-28 Thread Jared Scheel
Worked like a charm! Probably figured out I meant 10.6.8 (for when people see this thread months from now and a 10.8.6 really exists). Thanks! -Jared On Wed, Mar 27, 2013 at 3:34 PM, Nicholas Marriott < nicholas.marri...@gmail.com> wrote: > Hmm sure. This fixed an actual bug so we shouldn't just

Re: Commit 7360ff breaks compiling on OSX 10.6.8

2013-03-28 Thread Nicholas Marriott
Ok thanks. On Wed, Mar 27, 2013 at 09:02:15PM -0500, Chris Johnsen wrote: > On Wed, Mar 27, 2013 at 5:37 PM, Nicholas Marriott > wrote: > > Can anyone please test this on OS X 10.7 and make sure it still builds and > > automatic-rename still works? > > I do not have a 10.7 machine, but I was ab