Hi,
Yes, this was synched in Openbsd patchset 1082. Look in svn trunk. It's not
in a released version of tmux yet.
-- Thomas Adam
On Jun 4, 2012 7:41 PM, "Sébastien le Preste de Vauban" <
ulpianoso...@gmail.com> wrote:
> On Sun, Apr 01, 2012 at 02:50:20AM -0400, James Nylen wrote:
> >The at
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
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,
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
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
Was wondering if this was possible, or could be implemented via a Feature
Request. When you have *synchronize-panes *enabled, normally, you are
editing files or making changes on the same exact file/item. Usually,
there is a cursor in the "active" window and all the other
windows receive the inpu
On Fri, May 25, 2012 at 2:43 PM, Nicholas Marriott <
nicholas.marri...@gmail.com> wrote:
> You will always see this, they come down the same channel. Fiddling with
> the c0-* options can make it more responsive, but if you make them too
> aggressive it will slow down normal output.
>
>
> On Fri, M