Re: if-shell and default-shell

2012-09-09 Thread Samer Atiani
Thanks Chris, I used your proposed solution of creating an alternative config file for use by tmux on OS X. On Wed, Sep 5, 2012 at 6:02 AM, Chris Johnsen wrote: > On Tue, Sep 4, 2012 at 6:02 PM, Samer Atiani wrote: > > I have the following line in my .tmux.conf: > > > >

if-shell and default-shell

2012-09-05 Thread Samer Atiani
I have the following line in my .tmux.conf: if-shell 'test `uname` == "Darwin"' 'set-option -g default-command "reattach-to-user-namespace -l zsh"' Which is designed to make tmux wrap zsh with reattach-to-user-namespace (see more about it here: https://github.com/ChrisJohnsen/tmux-MacOSX-pasteboa

Re: Tmux starts slowing down badly after long periods of execution

2011-03-28 Thread Samer Atiani
#x27;date > +"Wed Mar 23 2011 17:01"' every minute. until very recently these > commands were persistent so each minute it would allocate a new job > entry and cause tmux to use a lot of memory > > > On Wed, Mar 23, 2011 at 12:52:23PM -0400, Samer Atiani wrote: >

Re: Tmux starts slowing down badly after long periods of execution

2011-03-23 Thread Samer Atiani
%Y %R")' > > To this: > > set-option -g status-right '#[fg=black]%a %b %d %Y %R' > > > On Wed, Mar 23, 2011 at 11:20:31AM -0400, Samer Atiani wrote: > >I'm still getting this problem at least once a day and its beginning > to > >

Re: Tmux starts slowing down badly after long periods of execution

2011-03-23 Thread Samer Atiani
s a > fix for > the EPOLL bug on Linux. > > Am Friday 21 of January 2011, 19:30:46 schrieb Samer Atiani: > > tmux -V does not work indeed. But from inside tmux, I typed :info in the > > tmux command mode, and it showed tmux 1.4. > This has worked in every (packaged) versio

Re: Tmux starts slowing down badly after long periods of execution

2011-01-21 Thread Samer Atiani
7;t the released version of 1.4. > > Does killing tmux entirely then starting with "EVENT_NOEPOLL=1 tmux" fix > it? > > > On Fri, Jan 21, 2011 at 10:57:20AM -0500, Samer Atiani wrote: > > How do you get the version? I tried tmux -v and tmux --version, non

Re: Tmux starts slowing down badly after long periods of execution

2011-01-21 Thread Samer Atiani
: > tmux version? > > > On Thu, Jan 20, 2011 at 09:50:11AM -0500, Samer Atiani wrote: >>    I notice this on most of my computers (all have ubuntu, versions 9.10 and >>    10.04): >>    1- Open up tmux (my usual session is a full screen terminal with finch >>  

Tmux starts slowing down badly after long periods of execution

2011-01-20 Thread Samer Atiani
I notice this on most of my computers (all have ubuntu, versions 9.10 and 10.04): 1- Open up tmux (my usual session is a full screen terminal with finch running on one window, and various utilities running in other windows, mostly vim). 2- Lock your computer for the night, leave tmux open for 12 h

Re: Keystrokes stop showing up in PuTTY

2010-07-22 Thread Samer Atiani
anging the terminal size (ie, the PuTTY window size) > too quickly? I've just discovered that quickly changing the size of the > Terminal.app window can sometimes cause tmux to stop updating the screen > until the window is sized back to the size it had been... > >> > >>

Adding double-quote and quote characters to word-separators

2010-07-22 Thread Samer Atiani
Hello, How do I add both quote and doubleqote characters to word-separators option in tmux? Currently I can only choose either quote or doublequote depending on how I enclose the string, so if I enclose a string in quotes, I can put doublequotes like below: set-window-option -g word-separators '

Re: Keystrokes stop showing up in PuTTY

2010-07-21 Thread Samer Atiani
n you still detach tmux? What does "C-b : lsc" say > after it happens? Does C-b r fix it? > > > On Wed, Jul 21, 2010 at 03:10:49PM -0400, Samer Atiani wrote: > >libevent version: 1.4.1b-stable > >tmux version: 1.2 > >platform: ubuntu 9.10,

Re: Keystrokes stop showing up in PuTTY

2010-07-21 Thread Samer Atiani
TERM set to > inside and outside tmux, what version of libevent? > > > On Wed, Jul 21, 2010 at 02:46:26PM -0400, Samer Atiani wrote: > >Hello, > >I'm having a weird problem were tmux windows stop reacting to my > >keystrokes interactively, this prob

Keystrokes stop showing up in PuTTY

2010-07-21 Thread Samer Atiani
Hello, I'm having a weird problem were tmux windows stop reacting to my keystrokes interactively, this problem only happens to me in PuTTY. When the problem happens, tmux bindings still work (I can switch between windows, go into command/copy mode, etc.), however, when I type something into the w

Re: Share a pane between windows

2010-07-18 Thread Samer Atiani
Thanks for your reply. I am curious, what is the use case(s) for linked windows? On Sunday, July 18, 2010, Nicholas Marriott wrote: > On Sat, Jul 17, 2010 at 09:48:47PM -0400, Samer Atiani wrote: >>    Is there a way to share a pane between windows? e.g. If I want to have the >>

Share a pane between windows

2010-07-17 Thread Samer Atiani
Is there a way to share a pane between windows? e.g. If I want to have the same program appear on a pane appearing on multiple windows in my tmux session. I tried the following: 1- Create a new window, run the desired program. 2- Execute "link-window" multiple time to get many linked window to jo