[PATCH] Disable 'normal' mode in copy-mode's prompt

2013-06-12 Thread Ben Boeckel
None of the common commands are hooked up, so disabling it should help avoid confusion about input being ignored after an accidental ESC. --- window-copy.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/window-copy.c b/window-copy.c index 7e078bd..6f90fe7 100644 --- a/window-copy.c +++ b/w

Re: [PATCH] Accept alternative spellings of "colour"

2013-06-12 Thread Nicholas Marriott
Hi. I don't see a need for this. How frustrating is it really to have to change one letter? We consistently use colour, it's not like we mix the spellings. Original message From: Romain Francoise Date: 09/06/2013 17:00 (GMT+00:00) To: Nicholas Marriott Cc: tmux-users@list

Re: Error compiling tmux (1.5-)1.8.2 on OS X 10.7

2013-06-12 Thread Nicholas Marriott
Can you try tmux from Git? Thanks Original message From: Almog Kurtser Date: 10/06/2013 11:43 (GMT+00:00) To: tmux-users@lists.sourceforge.net Subject: Error compiling tmux (1.5-)1.8.2 on OS X 10.7 Hi, I'm receiving the following error when running `./configure && makeĀ 

Re: Copy to system clipboard

2013-06-12 Thread Thomas Adam
Hi, On 12 June 2013 15:05, Marco wrote: > Hi, > > there are plenty of tutorials that suggest a mapping like > > bind C-y run "tmux show-buffer | xclip -selection clipboard -i" > > to be able to copy to the system clipboard. This, however, involves > an unnecessary copy step. Is there a possibil

Copy to system clipboard

2013-06-12 Thread Marco
Hi, there are plenty of tutorials that suggest a mapping like bind C-y run "tmux show-buffer | xclip -selection clipboard -i" to be able to copy to the system clipboard. This, however, involves an unnecessary copy step. Is there a possibility to directly copy to the clipboard after enter has b