Re: using tmux buffers to do a pane search

2012-09-16 Thread Nicholas Marriott
actually try this please which makes paste go through the mode keys path rather than directly to the pane diff --git a/cmd-paste-buffer.c b/cmd-paste-buffer.c index ff92783..2981358 100644 --- a/cmd-paste-buffer.c +++ b/cmd-paste-buffer.c @@ -29,8 +29,8 @@ enum cmd_retval cmd_paste_bu

Re: using tmux buffers to do a pane search

2012-09-12 Thread Edward Peschko
On Tue, Sep 4, 2012 at 4:19 AM, Nicholas Marriott wrote: > It would not be a big code change to make the a key add the top paste > buffer to the search string in the same way as C-y works in the command > prompt. > Nicholas, Having that functionality would be great - if it needs to be a separate

Re: using tmux buffers to do a pane search

2012-09-05 Thread Nicholas Marriott
It would not be a big code change to make the a key add the top paste buffer to the search string in the same way as C-y works in the command prompt. On Fri, Aug 31, 2012 at 01:16:08PM -0700, Edward Peschko wrote: > hello all, > > Screen has a very useful ability that would be great to have in t