Thank you, Nicholas! That did it.
On Tue, Jun 5, 2012 at 8:03 AM, Nicholas Marriott <
nicholas.marri...@gmail.com> wrote:
> This is wrong inside tmux, set TERM to screen.
>
> Also on most systems xterm-color is obsolete, just use xterm outside
> tmux.
>
>
> On Tue, Jun 05, 2012 at 07:51:42AM -070
This is wrong inside tmux, set TERM to screen.
Also on most systems xterm-color is obsolete, just use xterm outside
tmux.
On Tue, Jun 05, 2012 at 07:51:42AM -0700, Alex Yelluas wrote:
>Hi,
>$echo $TERM
>xterm-color
>Also, it seems to happen more*frequently*when my terminal is spl
Hi,
$echo $TERM
xterm-color
Also, it seems to happen more frequently when my terminal is split into
multiple vertical panes. I just tested again, on a different system (both
are macs with iterm2), and i see exactly the same behavior. To reproduce -
" , and then % in both top and bottom panes,
What is TERM set to?
On Mon, Jun 04, 2012 at 02:40:52PM -0700, Alex Yelluas wrote:
>Hello tmux users,
>I'm having a problem with bash in vi mode inside tmux.
>In bash i start with 'set -o vi', this enables me to use vi-like commands
>for the command line (history scroll, copy/past
Hello tmux users,
I'm having a problem with bash in vi mode inside tmux.
In bash i start with 'set -o vi', this enables me to use vi-like commands
for the command line (history scroll, copy/paste, etc.)
Quite frequently i reuse previous bash command with small modifications,
and this is where the