bash vi mode and tmux

2012-06-04 Thread Alex Yelluas
Hello tmux users, I'm having a problem with bash in vi mode inside tmux. In bash i start with 'set -o vi', this enables me to use vi-like commands for the command line (history scroll, copy/paste, etc.) Quite frequently i reuse previous bash command with small modifications, and this is where the

Re: [PATCH] Allow using mouse to scroll down in copy mode

2012-06-04 Thread Sébastien le Preste de Vauban
On Sun, Apr 01, 2012 at 02:50:20AM -0400, James Nylen wrote: > The attached patch adds a new option, mode-mouse-scroll-down, which allows > the mouse wheel to scroll down past the end of the screen in copy mode.* > If the option is enabled, copy mode will only be exited when the cursor

Re: [PATCH 00/14] Rework choose-mode internals.

2012-06-04 Thread Thomas Adam
Hi, On Sun, Jun 03, 2012 at 07:59:06PM +0100, Thomas Adam wrote: > So some observations/ideas (in no particular order): > > * I don't like the free() callbacks to each cmd-choose-* file. Ideally we > should probably look at centralising these where appropriate, perhaps in > window_choose_fre