Re: tmux, vim, and the x-selection

2015-04-21 Thread shawn wilson
Any reason not to "+y or w/e? I think you want to disable mode-mouse, mouse-select-pane, mouse-select-window, (and maybe) mouse-resize-pane. I generally keep these off unless I want to interact with tmux with the mouse (hardly never - mmm, so maybe enable - like I said, I don't do this). On Apr 21

Re: terminal select

2014-06-17 Thread shawn wilson
Ugh, is there a way to isolate this without docker or some other virtualization software? On Tue, Jun 17, 2014 at 5:47 AM, Nicholas Marriott wrote: > You aren't restarting tmux entirely between each version. > > > On Tue, Jun 17, 2014 at 05:43:02AM -0400, shawn wilson wrote: &g

Re: terminal select

2014-06-17 Thread shawn wilson
Ok, 1.9 and 1.9a both have the same issue. At 1.8, I get: ./tmuxprotocol version mismatch (client 7, server 8) On Tue, Jun 17, 2014 at 5:31 AM, shawn wilson wrote: > ok yeah, I'm on the current head: > % git lg | head -1 > git

Re: terminal select

2014-06-17 Thread shawn wilson
at 4:33 AM, Nicholas Marriott wrote: > If you aren't trying the latest tmux then do so. If you are then try the > previous version. > > > > Original message > From: shawn wilson > Date: 17/06/2014 08:36 (GMT+00:00) > To: Nicholas Marriott > C

Re: terminal select

2014-06-17 Thread shawn wilson
: > Hi > > What changed? tmux version? Terminal? Terminal version? > > > > Original message > From: shawn wilson > Date: 17/06/2014 06:37 (GMT+00:00) > To: tmux-users > Subject: terminal select > > > For some reason (my config hasn't ch

terminal select

2014-06-16 Thread shawn wilson
For some reason (my config hasn't changed - my system has), when I'm in an interactive app (ssh, mutt, irssi, links - I guess these would all be curses apps, but not things like telnet, or pianobar), I can't use the terminal buffer to copy text. I left click and it sounds a bell. I'm guessing somet

Re: Key binding for cycling through sessions

2013-11-28 Thread shawn wilson
That's what I was looking for. Thanks. On Thu, Nov 28, 2013 at 9:24 AM, Nicholas Marriott wrote: > switch-client -n and -p? > > > On Wed, Nov 27, 2013 at 10:51:57AM -0500, shawn wilson wrote: >> I can always do Prefix s and select one, but I'd just like to cycle &g

Key binding for cycling through sessions

2013-11-27 Thread shawn wilson
I can always do Prefix s and select one, but I'd just like to cycle through them. I tried: switch -t :.* >From the tmux command, but it says "Session not found: :.* I'd also like to be able to rotate /up/ sessions as well as down if at all possible. --

Re: tmux and resuming sessions

2013-09-24 Thread Shawn Wilson
That should also be a function to allow define / attach of a session name as is done with screen. Nicholas Marriott wrote: >You can shorten this to > >   tmux attach || tmux new > >Or in tmux git you can also use tmux new -A > > Original message >From: Fabio Coatti >Date: 24/

tmux in tmux

2012-12-04 Thread shawn wilson
is there a way to have a split that has sessions inside it without just running tmux again? i don't want to have to hit ctrl+b+b to do every thing. i guess what i want are layers - so i can still have splits that are contained within a window. --

Re: ctrl key up delay

2012-11-13 Thread shawn wilson
On Tue, Nov 13, 2012 at 9:24 AM, Thomas Adam wrote: > On 13 November 2012 04:02, shawn wilson wrote: >> it is completely possible it is something else sending the ctrl >> sequence. however, i've tested it outside of x, and in plain (no tmux) >> urxvt. i can't d

ctrl key up delay

2012-11-12 Thread shawn wilson
so, i mainly notice this issue in vim. but, it seems that tmux is sending the ctrl key is still being registered after i send the sequence and let go of the ctrl key. my experience: it seems there's a quarter second delay or so when a vim area is active. what i mean by this is, if i have a split,

Re: [PATCH 0/1] Hook support: proof-of-concept

2012-11-06 Thread shawn wilson
as i think was mentioned, a variable with session information would really make this most useful. my particular use case is: i'd like bell-action to send a desktop-notify message with the last x characters of the session that caused the bell. with this, i could get the notification, but can't tell