The tmux TODO list has this item regarding command sequences:
* don't require space after ;
I've attached a patch that does this.
diff --git a/cmd-list.c b/cmd-list.c
index 08e2067..22327cd 100644
--- a/cmd-list.c
+++ b/cmd-list.c
@@ -29,55 +29,85 @@ cmd_list_parse(int argc, char **argv, const
Hi,
Currently, tmux will automatically leave copy mode when scrolling to bottom
with the mouse. This patch tweaks the behaviour to stay in copy mode if a
selection is in progress so mouse scrolling does not prematurely end it.
---
window-copy.c | 8 ++--
1 file changed, 6 insertions(+), 2 de
On Wed, Jan 15, 2014 at 09:28:50PM -0800, Lawrence Jacob Siebert wrote:
> But try as I might, I can't figure out how to do this in tmux. And I love
> tmux, so I'd prefer to use it instead of screen, if at all possible.
tmux always supports 256 colours, but most programs will only try to
display 2
---
** [tickets:#96] Support for separate active panes per connected client**
**Status:** open
**Created:** Thu Jan 16, 2014 02:05 AM UTC by SharkWipf
**Last Updated:** Thu Jan 16, 2014 02:05 AM UTC
**Owner:** nobody
While using a tmux-session with multiple connected clients, it would be grea
---
** [tickets:#97] Feature request: Moving to most recently used pane in
column/row**
**Status:** open
**Created:** Sat Jan 18, 2014 01:22 PM UTC by Michael Mahemoff
**Last Updated:** Sat Jan 18, 2014 01:22 PM UTC
**Owner:** nobody
This is an area where I find tmux behavior doesn't match V