Re: command-prompt, linux + urxvt

2010-09-23 Thread clemens fischer
On Mon-2010/09/20-21:46 Nicholas Marriott wrote: > it doesn't work like that, each prompt is stored and the results > substituted into the command: %1 for the first prompt, %2 for the > second etc. the command is executed once all the prompts have been > used That's a case of "bad manual wording"

Re: command-prompt, linux + urxvt

2010-09-20 Thread Nicholas Marriott
it doesn't work like that, each prompt is stored and the results substituted into the command: %1 for the first prompt, %2 for the second etc. the command is executed once all the prompts have been used On Mon, Sep 20, 2010 at 09:07:51PM +0200, clemens fischer wrote: > Hi, > > tmux-cvs from toda

command-prompt, linux + urxvt

2010-09-20 Thread clemens fischer
Hi, tmux-cvs from today, Linux 2.6.35.4-spott i686 AuthenticAMD, rxvt-unicode-9.07-2 I have this binding: bind-key 'h' command-prompt -p \ vi-edit,emacs-edit,vi-choice,emacs-choice,vi-copy,emacs-copy \ "list-keys -t '%%'" As might be guessed, it is supposed to list keybindings, but