Re: How do you make tmux count windows starting with 1 instead of 0?

2012-04-06 Thread Andy Lester
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

Re: Unable to use backspace or ^H in vim when using tmux

2012-03-28 Thread Andy Lester
I had the solution backwards in my head. xoa -- Andy Lester => a...@petdance.com => www.petdance.com => AIM:petdance -- This SF email is sponsosred by: Try Windows Azure free for 90 days Click Her

Re: Unable to use backspace or ^H in vim when using tmux

2012-03-27 Thread Andy Lester
On Mar 27, 2012, at 11:50 PM, Wen Chen wrote: > I tried it on both Ubuntu and CentOS. The terminal is gnome-terminal, I think. You probably need a "stty erase ^H" in your .bashrc. xoxo, Andy -- Andy Lester => a...@petdance.com => www.petdance.

Re: Unable to use backspace or ^H in vim when using tmux

2012-03-27 Thread Andy Lester
t; Your help will appreciated. What OS are you on? What terminal program are you using? -- Andy Lester => a...@petdance.com => www.petdance.com => AIM:petdance -- This SF email is sponsosred by: Try Windows Az