On Apr 7, 2012, at 12:17 AM, Kevin Tran wrote:

> I recently started using tmux. I was able to make GNU Screen start counting 
> windows with the number 1 instead of the default 0 with this code in my 
> .screenrc:
> 
> # Get rid of screen 0
> bind c screen 1
> bind ^c screen 1
> bind 0 select 10

# Start windows and panes at 1, not 0
set -g base-index 1
set -g pane-base-index 1

xoa

--
Andy Lester => a...@petdance.com => www.petdance.com => AIM:petdance


------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to