Re: tmux mouse not working on one of my machines

2012-12-21 Thread Michael Garrett
Nicholas,  I wish I could reproduce it, but now I can't.  I've just attached to 6 different machines that used to have the problem and I can reproduce it upon initial connection, but when I exit all of my existing tmux sessions on that server, I can no longer reproduce the problem.  At least I

Re: Tmux vs iTerm tabs and panes

2012-12-21 Thread gca...@gmail.com
I was just wishing it could work like how vim worked. If it requires a lot of work and creates other problems, I'm totally ok with the workarounds. Thanks a lot for the hard work you put into tmux. I really appreciate it. - Cao On Dec 21, 2012, at 9:38 AM, Thomas Adam wrote: > On Fri, Dec 21,

Re: Tmux vs iTerm tabs and panes

2012-12-21 Thread Thomas Adam
On Fri, Dec 21, 2012 at 09:04:12AM -0500, gca...@gmail.com wrote: > I was looking for solutions to pain points I felt. Adrian and Thomas have > replied with suggestions. If only copy/paste could seamless work with os > clipboard, like "set clipboard=unnamed" in vim, it'll be perfect! Even on Linu

Re: Tmux vs iTerm tabs and panes

2012-12-21 Thread gca...@gmail.com
I was looking for solutions to pain points I felt. Adrian and Thomas have replied with suggestions. If only copy/paste could seamless work with os clipboard, like "set clipboard=unnamed" in vim, it'll be perfect! Regards, Cao On Dec 21, 2012, at 5:04 AM, Nicholas Marriott wrote: > I'm not s

Merry Christmas and changes to tmux issue tracker (tmux.sf.net)

2012-12-21 Thread Thomas Adam
Hi, I meant to send this out a while ago, but forgot, and until this came up on IRC, and the mailing list (for those of you who were eagle-eyed enough to notice!) I'd fogotten about it. Nicholas has changed how feature requests/issues/etc are handled via sourceforge for tmux. Any open ticket fro

Re: Ignoring prefix key special handling when pasting

2012-12-21 Thread Nicholas Marriott
Does it work with patch -l? On Fri, Dec 21, 2012 at 12:57:59PM +0100, Marcin Kulik wrote: > Hey, > > I was trying to apply this patch but with no luck. I'm running: patch > -p0 < 0001-nick.patch but I'm getting: > > patching file options-table.c > Hunk #1 FAILED at 91. > 1 out of 1 hunk FAILED

Re: Tmux hangs after a while

2012-12-21 Thread Nicholas Marriott
Well, the question is really why the kernel doesn't wake tmux up when the tty goes away. tmux is blocked writing to it, but when the tty goes away it should wake up. Are you using tmux over ssh? Is your ssh sitting around holding the pty with tmux until the TCP/IP connection drops? If you ssh in a

Re: vertical split using join-pane and pane dividers characters.

2012-12-21 Thread Nicholas Marriott
Use emacs and your perception would be the other way round :-). On Fri, Dec 21, 2012 at 05:27:36PM +0530, Sinbad wrote: >[ignore previous post] >i'm use to vim, in vim, a vertical split will divide the window >with left and right sub-windows and a horizontal split will have >the

Re: vertical split using join-pane and pane dividers characters.

2012-12-21 Thread Nicholas Marriott
On Fri, Dec 21, 2012 at 05:26:11PM +0530, Sinbad wrote: >> It will be slower but shouldn't be very slow. >why will it be slower ? Because terminals do not have a way to scroll only some columns on the screen so tmux has to redraw the entire pane. >> What platform, what terminal, what

Re: join pane with last active window

2012-12-21 Thread Thomas Adam
Hi, On 21 December 2012 12:01, Sinbad wrote: > how can i join pane with the last window > i've been to as the source window. Assuming current session: joinp -s! -- Thomas Adam -- LogMeIn Rescue: Anywhere, Anytime Remo

join pane with last active window

2012-12-21 Thread Sinbad
how can i join pane with the last window i've been to as the source window. -- LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and provide instant support Improve y

Re: Ignoring prefix key special handling when pasting

2012-12-21 Thread Marcin Kulik
Hey, I was trying to apply this patch but with no luck. I'm running: patch -p0 < 0001-nick.patch but I'm getting: patching file options-table.c Hunk #1 FAILED at 91. 1 out of 1 hunk FAILED -- saving rejects to file options-table.c.rej patching file server-client.c Hunk #1 FAILED at 34. Hunk #2 s

Re: panes slow response in scrolling

2012-12-21 Thread Sinbad
> It will be slower but shouldn't be very slow. why will it be slower ? > What platform, what terminal, what tmux version, how many panes, running on linux, terminal is xterm, tmux version is 1.6 with just two panes. merged two windows using joinp cmd. > how much slower is it? i found it to b

Re: vertical split using join-pane and pane dividers characters.

2012-12-21 Thread Sinbad
[ignore previous post] i'm use to vim, in vim, a vertical split will divide the window with left and right sub-windows and a horizontal split will have the window split into top and bottom sub-windows, may be i got my perception from vim. On Fri, Dec 21, 2012 at 5:26 PM, Sinbad wrote: > > It

Re: vertical split using join-pane and pane dividers characters.

2012-12-21 Thread Sinbad
> It will be slower but shouldn't be very slow. why will it be slower ? > What platform, what terminal, what tmux version, how many panes, running on linux, terminal is xterm, tmux version is 1.6 with just two panes. merged two windows using joinp cmd. > how much slower is it? i found it to b

Re: [PATCH 1/7] Find working path of foreground sub process in osdep_get_cwd

2012-12-21 Thread Benjamin Poirier
[ original thread: http://thread.gmane.org/gmane.comp.terminal-emulators.tmux.user/3274/focus=3286 ] commit 5d60bc7f7c43c20fcf65531b5a5fb1fc7dcbb338 Author: Nicholas Marriott Date: Mon Sep 24 14:05:38 2012 +0100 Use pgrp of pty fd not pid of immediate child when recovering current working

tmux mouse not working on one of my machines

2012-12-21 Thread Michael Garrett
I manage a lot of Centos 5.x and 6.x machines.  On at least one of them, I can't get tmux mouse mode to work.  Specifically mouse-select-pane.  All of my machines call the same .tmux.conf file out of the same NFS mounted home directory.  That file contains these 4 lines: set -g mode-mouse on se

[tmux:feature-requests] #111 Add `session-base-index` configuration for use in `choose-session` dialog

2012-12-21 Thread Ben
--- ** [feature-requests:#111] Add `session-base-index` configuration for use in `choose-session` dialog** **Status:** open **Created:** Wed Dec 19, 2012 06:43 PM UTC by Ben **Last Updated:** Wed Dec 19, 2012 06:43 PM UTC **Owner:** nobody It would be useful to configure `choose-session` to p

Tmux vs iTerm tabs and panes

2012-12-21 Thread Guoliang Cao
Hi, I'm using Mac + iTerm + Zsh + Vim as my primary setup and wonder whether Tmux can fit in. I've learned basics of tmux. But when I try to put it in use, I feel it hurts my productivity. I listed the pros and cons I felt against Tmux vs iTerm and wonder if there are good solutions or work

Re: tmux mouse not working on one of my machines

2012-12-21 Thread Nicholas Marriott
Hi So when you split the window and click on a pane nothing happens? Can you kill run "tmux -Ltest -v" then do C-b : set -g mouse-select-pane, split the window once, click a few times to reproduce the problem, and send me the tmux-server-* log file? libevent 1.1 is way way too old for tmux o

Re: Tmux vs iTerm tabs and panes

2012-12-21 Thread Nicholas Marriott
I'm not sure what you want here, we can't really tell you how to fit tmux into your workflow. Are you looking for suggestions? Making suggestions? Just complaining? On Thu, Dec 20, 2012 at 02:49:59PM -0500, gca...@gmail.com wrote: >Hi, >I'm using Mac + iTerm + Zsh + Vim as my primary set

Re: copy mode

2012-12-21 Thread Nicholas Marriott
On Thu, Dec 20, 2012 at 10:49:37PM +0200, Elad Rom wrote: > have sort of a wishlist regarding copy mode, and wondered if either it > can be implemented, already exists, or impossible. > > 1. Don't have the mouse selection disappear immediately > After selecting using the mouse, the selection disa

Re: vertical split using join-pane and pane dividers characters.

2012-12-21 Thread Nicholas Marriott
Vertical is top-bottom split of course, that's obvious, your perception of what is intuitive is wrong. On Fri, Dec 21, 2012 at 10:14:24AM +0530, Sinbad wrote: >ok, :join-pane -h -t 1 -s 2, did what i was looking for.* >i thought -v would give split like* >* * * | >* 1 *| 2 >an

Re: panes slow response in scrolling

2012-12-21 Thread Nicholas Marriott
It will be slower but shouldn't be very slow, give some more information please. What platform, what terminal, what tmux version, how many panes, how much slower is it? On Fri, Dec 21, 2012 at 02:24:57PM +0530, Sinbad wrote: >when a window is divided into panes i observed >that the scroll

panes slow response in scrolling

2012-12-21 Thread Sinbad
when a window is divided into panes i observed that the scrolling has become very slow, in one of the pane i have vim scrolling in vim has become noticably slow, are there any configurations i should be doing ? -- LogMeIn R