Re: #{pane_current_path} and the new -c flag

2014-02-27 Thread Jack O'Connor
Out of curiosity, does anyone know the rationale for removing the default-path setting? This seems like the kind of thing a lot of users might want, though maybe I'm biased :) On Wed, Feb 26, 2014 at 4:41 AM, Thomas Adam wrote: > On Tue, Feb 25, 2014 at 03:35:13PM -0800, Jack O'

#{pane_current_path} and the new -c flag

2014-02-26 Thread Jack O'Connor
To get the old behavior of spawning new windows in the current working directory, I now have to configure a large number of separate commands in my tmux.conf: https://github.com/oconnor663/dotfiles/blob/master/tmux.conf#L23-36 Am I doing this right? Is there no way to do all of this in one line? T

Bug in split window and mouse mode

2013-09-25 Thread Jack O'Connor
1) Create a split window 2) Start dragging the mouse to highlight text 3) Drag the selection across the split boundary 4) BUG: The selection clears and the boundary starts resizing -- October Webinars: Code for Performance

Re: Is it possible to replace key sequence with single key press?

2013-07-07 Thread Jack O'Connor
"bind-key -n ..." should do what you want I think, making a binding without requiring your prefix. On Jul 7, 2013 10:32 PM, "Patrick Shanahan" wrote: > * michael kapelko [07-07-13 22:23]: > > To go to the next window, I have to press "C-b, n" sequence (press C-b, > > release C-b, press n). > > Y

Re: Tmux window list failing to redraw

2013-06-19 Thread Jack O'Connor
ou set screen-256color inside tmux and not outside it should > be fine. > > What is TERM outside tmux? Does this happen in xterm? gnome-terminal has > had a few redraw bugs in the past. > > > > On Fri, Jun 14, 2013 at 04:00:47PM -0700, Jack O'Connor wrote: > >

Re: Tmux window list failing to redraw

2013-06-19 Thread Jack O'Connor
re, what tmux version? How do you close windows? > > > On Wed, Jun 12, 2013 at 03:21:14PM -0700, Jack O'Connor wrote: > >Are there any known problems with tmux's window list failing to > redraw, > >particularly after closing a window? I often (but not every ti

Re: Tmux window list failing to redraw

2013-06-18 Thread Jack O'Connor
2 PM, Jack O'Connor wrote: > I've been using urxvt for a while, and I'm not able to repro the problem. > It does repro in gnome-terminal and xfce4-terminal. Maybe I'll try konsole > :) > > > On Sun, Jun 16, 2013 at 2:42 PM, Jack O'Connor wrote: > >&g

Re: Tmux window list failing to redraw

2013-06-17 Thread Jack O'Connor
I've been using urxvt for a while, and I'm not able to repro the problem. It does repro in gnome-terminal and xfce4-terminal. Maybe I'll try konsole :) On Sun, Jun 16, 2013 at 2:42 PM, Jack O'Connor wrote: > I override $TERM to be "xterm-256color" outside of tm

Tmux window list failing to redraw

2013-06-14 Thread Jack O'Connor
's hard to pin down the exact circumstances, but it seems to happen when my windows have had a lot of activity, and not when I open a new window and immediately close it. Any thoughts about a workaround? Thanks for your help. -

bad color errors

2012-05-07 Thread Jack O'Connor
t server I'm logged in to. Is there a way to figure out what colors tmux supports on any given machine? And if those values are different, is there a way to make tmux.conf aware of that? Thanks, Jack O'Connor

Possible to change terminal background color?

2012-04-25 Thread Jack O'Connor
I'm interested in putting together a version of https://github.com/seebi/tmux-colors-solarized that doesn't require any configuration of the terminal beyond making sure it supports 256 color mode. Currently, I can't find a way to change the background color of the terminal window itself. I'm also i