Re: synchronize-panes Cursor In Every Window?

2012-06-06 Thread Thomas Adam
On Wed, Jun 06, 2012 at 09:36:41AM +0200, Florian Crouzat wrote: Le 06/06/2012 06:23, Drew Decker a écrit : Was wondering if this was possible, or could be implemented via a Feature Request. When you have *synchronize-panes *enabled, normally, you are editing files or making changes on the

Re: synchronize-panes Cursor In Every Window?

2012-06-06 Thread Thomas Adam
On Tue, Jun 05, 2012 at 11:23:22PM -0500, Drew Decker wrote: Was wondering if this was possible, or could be implemented via a Feature Request. When you have *synchronize-panes *enabled, normally, you are editing files or making changes on the same exact file/item. Usually, there is a cursor

Re: synchronize-panes Cursor In Every Window?

2012-06-06 Thread Drew Decker
I'd like to think so, since I took the time to ask. The justification, if you will, is for some people that are using this feature as a cssh (clusterssh) replacement. Not sure if you familiar with editing text files among a handful of servers or not but when it comes down to it, it makes it so

Re: synchronize-panes Cursor In Every Window?

2012-06-06 Thread Drew Decker
Exactly my point. Drew On Jun 6, 2012, at 3:52 AM, Jim Myhrberg zyn...@gmail.com wrote: I think having the cursor visible in all panes would have two benefits: - As a clear indicator that synchronized input is enabled. - Makes it easier to see what's going on in the other panes, specially

Re: synchronize-panes Cursor In Every Window?

2012-06-06 Thread Jim Myhrberg
I think having the cursor visible in all panes would have two benefits: - As a clear indicator that synchronized input is enabled. - Makes it easier to see what's going on in the other panes, specially when editing the same file from different servers for example, and a single character differs

Re: synchronize-panes Cursor In Every Window?

2012-06-06 Thread Jim Myhrberg
I think having the cursor visible in all panes would have two benefits: - As a clear indicator that synchronized input is enabled. - Makes it easier to see what's going on in the other panes, specially when editing the same file from different servers for example, and a single character differs

resize pane in console

2012-06-06 Thread lryylryy
Hi, I'm new to tmux. I found that when I resize pane in LXTerminal, It works. But when I switched to console use Ctrl+Alt+F1, I cannot resize pane. How can I resize pane in console? Thanks, lryylryy -- lryylryy lryylryyl...@gmail.com

[PATCH 0/1] Teach the detach-client command about -a

2012-06-06 Thread Thomas Adam
This adds the -a option to detach-client, which will detch all clients but the one specified with -t. If -t is not specified, the current client is assumed. This mimicks the functionality of kill-window, for instance. Requested by somasin on IRC. Thomas Adam (1): Detach all clients but one

[PATCH 1/1] Detach all clients but one specified with -a

2012-06-06 Thread Thomas Adam
This adds an option to the detach-client command to use -a which will detach all clients except (-a) the target client specified with -t. --- trunk/cmd-detach-client.c | 16 trunk/tmux.1 |5 + 2 files changed, 17 insertions(+), 4 deletions(-) diff --git

[PATCH 0/1] Teach kill-session about -a

2012-06-06 Thread Thomas Adam
This teaches the kill-session command about -a which will kill all sessions but the one specified with -a, including all clients, and unless -t is specified, assumes the current session. Thomas Adam (1): Teach kill-session about -a trunk/cmd-kill-session.c | 20 ++--

[PATCH 1/1] Teach kill-session about -a

2012-06-06 Thread Thomas Adam
This will kill all sessions and detach clients except the session specified with -a and -t -- and where -t is not given, assumes current session. --- trunk/cmd-kill-session.c | 20 ++-- trunk/tmux.1 |7 ++- 2 files changed, 20 insertions(+), 7 deletions(-)

[PATCH 1/1] Don't mention specific alerts in man page

2012-06-06 Thread Thomas Adam
When referring to alerts, don't try and enumerate the type of alert, rather, mention that an alert occurs. This stops the need to enumerate all the alert types in more than one place, and indeed, without this patch, not all the alert types are referenced. --- trunk/tmux.1 |6 +++--- 1 file

Re: resize pane in console

2012-06-06 Thread Thomas Adam
On Wed, Jun 06, 2012 at 09:05:20PM +0800, lryylryy wrote: Hi, I'm new to tmux. I found that when I resize pane in LXTerminal, It works. But when I switched to console use Ctrl+Alt+F1, I cannot resize pane. How can I resize pane in console? Which key-bindings? -- Thomas Adam -- Deep in