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

2012-03-27 Thread Wen Chen
Greetings: I am a beginner of tmux. When I tried to use vim in tmux, I found that I cannot use backspace or ctrl+H to delete characters. I googled but didn't find any related post about this...Is there someone who can help me with it? Your help will appreciated. Thanks, Wen ---

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

2012-03-27 Thread Wen Chen
I tried it on both Ubuntu and CentOS. The terminal is gnome-terminal, I think. Thanks, Wen On Tue, Mar 27, 2012 at 9:48 PM, Andy Lester wrote: > > On Mar 27, 2012, at 11:35 PM, Wen Chen wrote: > > I am a beginner of tmux. When I tried to use vim in tmux, I found that I > canno

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

2012-03-27 Thread Wen Chen
Well, as a beginner, I don't have .tmux.conf to do any customization... Thanks, Wen 2012/3/27 YU Tristan > Paste your content of ~/.tmux.conf to here, that may help. > > ** ** > > *From:* Wen Chen [mailto:iceinso...@gmail.com] > *Sent:* 2012年3月28日 12:50 > *To:

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

2012-03-27 Thread Wen Chen
I had that in my .cshrc. Thanks, Wen On Tue, Mar 27, 2012 at 9:53 PM, Andy Lester wrote: > > 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

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

2012-03-27 Thread Wen Chen
o, the port is broken, try building from source. > > > On Tue, Mar 27, 2012 at 09:35:58PM -0700, Wen Chen wrote: > >Greetings: > >I am a beginner of tmux. When I tried to use vim in tmux, I found > that I > >cannot use backspace or ctrl+H to delete charac

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

2012-03-27 Thread Wen Chen
still have the problem? > > If you have stty erase in your shell startup files, remove it. Probably > your terminal does not actually send ^H for erase - tmux certainly > doesn't (it sends ^?). > > > On Tue, Mar 27, 2012 at 11:02:14PM -0700, Wen Chen wrote: > >No,