Re: bind -t cmd-with-args?

2010-02-03 Thread Ankur Nayak
Hi, What I meant was being able to copy and paste with vim-like shortcuts. For example, in vi-copy mode, if I do "ay, it should copy the selected text into register/buffer a. Then, if I issue a "command-mode" command like 'paste "a', I should get back the contents of buffer 'a'. -Ankur On Wed,

Re: bind -t cmd-with-args?

2010-02-03 Thread Ankur Nayak
I see. Thanks. On Wed, Feb 3, 2010 at 6:46 PM, Nicholas Marriott < nicholas.marri...@gmail.com> wrote: > Oh yeah, of course you can do it with a command, you just can't do it > immediately from copy mode. > > > On Thu, Feb 04, 2010 at 12:37:40AM +0100, clemens fisc

Re: How to checkout the latest source code

2010-02-03 Thread Ankur Nayak
to-date bar a couple > of > days right now I think. > > > On Wed, Feb 03, 2010 at 05:53:18PM -0500, Ankur Nayak wrote: > >Hi, > > > >How do I checkout the newest source code checked into the tmux > repository. > >I do a cvs checkout from so

Re: bind -t cmd-with-args?

2010-02-03 Thread Ankur Nayak
A related question. Is it possible to copy buffers to specific registers, just as one can do in vim? On Wed, Feb 3, 2010 at 4:32 PM, Nicholas Marriott < nicholas.marri...@gmail.com> wrote: > On Wed, Feb 03, 2010 at 09:43:22PM +0100, clemens fischer wrote: > > Nicholas Marriott wrote: > > > > > Th

How to checkout the latest source code

2010-02-03 Thread Ankur Nayak
Hi, How do I checkout the newest source code checked into the tmux repository. I do a cvs checkout from sourceforge. But, it seems a lot of the changes are not reflected there. -Ankur -- The Planet: dedicated and managed

Re: mouse support

2010-01-23 Thread Ankur Nayak
> > A related question. Is there a way to switch between panes with home key > shortcuts? For example, I'd like to switch to the pane to the right of my > current pane using C-t C-l. Similarly for up/down/left panes using C-t C-k, > C-j, C-h keys. > > > On Fri, Jan 22, 2010 at 9:02 PM, Nicholas M