Re: Request: display-panes count from 1

2011-07-29 Thread Chris Poole
On Fri, Jul 29, 2011 at 3:38 PM, Christian Neukirchen wrote: > set -g base-index 1 I already have this set; it doesn't work. I'm running Mac 10.6.8, tmux 1.5. Is it worth creating a bug report? Cheers, Chris -- Got

Request: display-panes count from 1

2011-07-29 Thread Chris Poole
Hi, This is a small feature request (since I can't see any way of setting it right now): Make tmux display the pane numbers, counting from 1. I have display-panes bound to '^q w', making 0 a pain to hit. Thank

Re: Lock a particular pane?

2011-06-24 Thread Chris Poole
On Thu, Jun 23, 2011 at 3:02 PM, Randy Stauner wrote: > If you only want to jump back and forth between 2 panes there is a last-pane > command. > This won't work for more than 2 "foreground" panes, though. Thanks yea I found that; I think a cyclic function for >2 panes would be useful though. C

Select pane in clockwise motion?

2011-06-23 Thread Chris Poole
Hi, Is it possible to cyclicly select panes in a clockwise motion, just by hitting the same key repeatedly? (Like `other-window` in Emacs, for example.) Reading tmux's manual, I can only find `select-pane`, which doesn't do this. Thanks C

Lock a particular pane?

2011-06-22 Thread Chris Poole
Hey Is it possible to lock a particular pane in tmux, such that switch pane commands don't select that pane? My use case scenario is having htop and friends running in part of a window within tmux, and then being able to switch quickly between two other 'foreground' panes in that window. Cheers

Window title stays as last command?

2011-01-21 Thread Chris Poole
Hi, If I run a command in a window, the window title (by this I mean the 'tab' at the bottom of the screen, the tmux window) changes to the command's name. However, it doesn't change back (perhaps to 'zsh') once the command has finished. Is there a reason why? I've added setw -g automatic-rename

Re: One command to detach, showb, attach?

2010-12-28 Thread Chris Poole
> Seems like the OP should apply the patch and get pbpaste, pbcopy working > within tmux, instead of trying to find dodgy workarounds. I did apply the patch, and it works, but then came across others having issues seemingly related to the patch: https://github.com/mxcl/homebrew/pull/3590andhttp

Re: One command to detach, showb, attach?

2010-12-28 Thread Chris Poole
On Tue, Dec 28, 2010 at 4:56 PM, Florian CROUZAT wrote: > On 2010-12-28, Stroller wrote: > >> Why are you detaching? >> >> Have you tried: >>    alias tmuxcopy='tmux showb | pbcopy' >> ?? >> >> Stroller. > > Search for the following discussion in the mailing-list archive : "OSX > 10.6.5 , Terminal

One command to detach, showb, attach?

2010-12-28 Thread Chris Poole
I'm running tmux on a Mac, and want to use pbcopy and pbpaste. As a workable hack, I tried adding this to my .zshrc: alias tmuxcopy='tmux detach && tmux showb | pbcopy && tmux attach' Ideally, I want one command to run in tmux (bound to a key), which will detach the current session, paste th

Re: Open windows when starting session

2010-12-27 Thread Chris Poole
> There is no session at this point. That makes sense, thanks. I assumed a session is made by default with some name like '0'. -- Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate d

Open windows when starting session

2010-12-27 Thread Chris Poole
Hi, I want to open some windows by default when I start tmux. I have the following in .tmux.conf: neww -d neww -d -n ssh neww -d -n python ipython When starting tmux, I get the error "can't establish current session". However, I can then run command `source-file ~/.tmux.conf`, and t