Re: bash vi mode and tmux

2012-06-05 Thread Alex Yelluas
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 split > into > >multiple vertical panes. I just tested again, on a different system >

Re: bash vi mode and tmux

2012-06-05 Thread Alex Yelluas
panes, then find something from history, copy / paste and try to insert some characters. Thanks, Alex On Tue, Jun 5, 2012 at 2:00 AM, Nicholas Marriott < nicholas.marri...@gmail.com> wrote: > What is TERM set to? > > > On Mon, Jun 04, 2012 at 02:40:52PM -0700, Alex Yelluas w

bash vi mode and tmux

2012-06-04 Thread Alex Yelluas
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

auto source ~/.tmux.conf

2012-05-04 Thread Alex Yelluas
Hi, Is there a way to have tmux source ~/.tmux.conf file automatically, every time it's invoked? Also, can it be called ~/.tmux (without the .conf) like all other ~/. files ? Thanks, Alex -- Live Security Virtual Confere

Re: list-windows

2012-05-01 Thread Alex Yelluas
Awesome! That's exactly it! Thank you! On Tue, May 1, 2012 at 12:51 PM, Cyprien Debu wrote: > On 12-05-01 12:37, Alex Yelluas wrote: > > Thanks for the quick reply, C-b w does not work. Let me explain > > more precisely what I'm trying to achieve - > > > > L

Re: list-windows

2012-05-01 Thread Alex Yelluas
this is exactly how it works in screen (C-a ' gets you the list, and hitting enter on any of the lines takes you to that window). - alex On Tue, May 1, 2012 at 12:22 PM, Nicholas Marriott < nicholas.marri...@gmail.com> wrote: > Try C-b w > > > On Tue, May 01, 2012 at 12:1

list-windows

2012-05-01 Thread Alex Yelluas
Hi tmux-users, I'm having some difficulties with list-windows command - it lists all windows, but it does not allow me to jump to the one I select. screen has a similar feature (Ctrl-A+') which allows jumping, which led me to believe tmux would have one as well. Thanks, Alex