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
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
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