Fix mouse wheel pane selection

2014-02-09 Thread Balazs Kezes
If you have mouse-select-pane enabled you can switch panes via the mouse wheel. But if the current pane is in copy mode this doesn't work. The attached patch fixes this. -- Balazs diff --git a/server-client.c b/server-client.c index 77e6de7..6001d64 100644 --- a/server-client.c +++ b/server-clien

Re: Add some missing keywords to tmux.vim

2014-02-09 Thread Jan Larres
On 08/02/14 19:33, Ben Boeckel wrote: > On Thu, 06 Feb, 2014 at 23:47:35 GMT, Jan Larres wrote: >> I noticed that there were a few keywords missing from the tmux.vim >> syntax file, even after the latest updates. This patch adds them in. > > I had 2 patches from yesterday which went through and upd

Re: trouble with control characters

2014-02-09 Thread Christian Ebert
* Christian Ebert on Monday, February 03, 2014 at 09:58:09 +0100 > 1. I cannot insert them in Vim: Ctrl-BackSpace should show up as > ^?, but just goes back - does not happen in xterm or screen. Actually I can, the correct way: CTRL-V CTRL-BackSpace shows up as ^? - same at the command line. > 2.