multi pane command line editing

2011-12-15 Thread Julian Kennedy
Hi Guys I have a window with multiple panes. My shell is bash and I have my TERM=xterm-color. Sometimes when I edit a previous command line in one of the panes, the text overwrites rather that inserts or deletes the existing text. Is this a know problem? This is the contents of my tmux.conf: set

Re: multi pane command line editing

2011-12-15 Thread Nicholas Marriott
TERM is xterm-color inside tmux? That's wrong. On Thu, Dec 15, 2011 at 12:03:16PM +0200, Julian Kennedy wrote: >Hi Guys > >I have a window with multiple panes. My shell is bash and I have my >TERM=xterm-color. Sometimes when I edit a previous command line in one of >the panes, t

Re: multi pane command line editing

2011-12-15 Thread zen
Set $TERM to TERM=screen-256color in your .bashrc On Thu, Dec 15, 2011 at 04:39:49PM +, Nicholas Marriott wrote: > TERM is xterm-color inside tmux? That's wrong. > > > > On Thu, Dec 15, 2011 at 12:03:16PM +0200, Julian Kennedy wrote: > >Hi Guys > > > >I have a window with multiple