Re: Attach to an existing session

2014-06-06 Thread Nicholas Marriott
from inside tmux switchc -t109\; kill-session -t110 should work On Fri, Jun 06, 2014 at 11:16:01PM +0100, Balazs Kezes wrote: > On 2014-06-06 23:58 +0200, Paolo Bolzoni wrote: > > Imagine I am in the session 110 and this is the situation: > > % tmux ls > > 109: 1 windows (created Fri Jun 6 23:

Re: Attach to an existing session

2014-06-06 Thread Balazs Kezes
On 2014-06-06 23:58 +0200, Paolo Bolzoni wrote: > Imagine I am in the session 110 and this is the situation: > % tmux ls > 109: 1 windows (created Fri Jun 6 23:51:57 2014) [80x24] > 110: 1 windows (created Fri Jun 6 23:52:06 2014) [80x24] (attached) > > I would like to replace the pane I am usin

Re: [tmux:tickets] #132 switching panes via mouse doesnt update pane title in status bar

2014-06-06 Thread Balazs Kezes
On 2014-06-01 20:46 +, Danny wrote: > if i use tmux select-pane it updates fine, but if i use mouse click, > it doesn't update until another keypress happens (even non-tmux key) It seems to be working for me. Can you try with a minimal config? Also can you post the steps in detail what you do

Re: [PATCH] Fix off by one error

2014-06-06 Thread Nicholas Marriott
Hi I'd rather fix the original bug in both modes, but if you want to change behaviour then do it only in vi mode. On Fri, Jun 06, 2014 at 10:36:29PM +0100, Balazs Kezes wrote: > On 2014-06-06 22:28 +0100, Nicholas Marriott wrote: > > Make sure you are in emacs mode, probably VISUAL or EDITOR is

Re: [PATCH] Fix off by one error

2014-06-06 Thread Balazs Kezes
On 2014-06-06 22:28 +0100, Nicholas Marriott wrote: > Make sure you are in emacs mode, probably VISUAL or EDITOR is changing > it for you. It definitely works as I described. IIRC someone added > some special cases for vi, maybe you are hitting one. Ah, that makes sense, I'm in vi mode (mode-keys

Re: [PATCH] Fix off by one error

2014-06-06 Thread Nicholas Marriott
Hi Make sure you are in emacs mode, probably VISUAL or EDITOR is changing it for you. It definitely works as I described. IIRC someone added some special cases for vi, maybe you are hitting one. I don't care how vi mode works but emacs mode has to work like emacs including (perhaps especially)

Re: [PATCH 1/2] Enable mouse wheel scrolling in man pages, basically.

2014-06-06 Thread Balazs Kezes
On 2014-06-04 11:03 -0400, Alan Paul wrote: > This patch (commit 353d182) broke my vim mousing. I have it turned off > in vim (mouse=) With this patch, vim now controls my mouse regardless > of the "mouse=" setting. To clarify, it isn't vim who is controlling the mouse, but rather tmux is sending

Re: Attach to an existing session

2014-06-06 Thread Balazs Kezes
On 2014-05-31 18:17 +0200, Paolo Bolzoni wrote: > It is possible to replace the current pane with a deattached session? This question is a bit unclear to me. Can you please elaborate with some examples what exactly are you trying to achieve? Thanks! -- Balazs --

Re: [PATCH] Fix off by one error

2014-06-06 Thread Balazs Kezes
On 2014-06-06 15:08 +0100, Nicholas Marriott wrote: > If I have: > abcdef > xyz123 > With the cursor on the 1, then if I press C-Space to start the > selection then press Up, the selection should be "def\nxyz". > Your diff leaves me with "def\nxyz1" marked instead (although when I > actually cop

Re: [PATCH] Fix off by one error

2014-06-06 Thread Nicholas Marriott
Hi If I have: abcdef xyz123 With the cursor on the 1, then if I press C-Space to start the selection then press Up, the selection should be "def\nxyz". Your diff leaves me with "def\nxyz1" marked instead (although when I actually copy I still get "def\nxyz"). There are other marking bugs alrea

Re: tmux 1.9a in cygwin

2014-06-06 Thread Nicholas Marriott
Ok thanks. On Wed, Jun 04, 2014 at 10:20:07AM -0500, Mark Volkmann wrote: >That change seems to work. > >On Wed, Jun 4, 2014 at 4:43 AM, Nicholas Marriott ><[1]nicholas.marri...@gmail.com> wrote: > > Mark please see if doing this fixes your problem. > > diff --git a/clien