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 problem occurs - whenever i
try to insert additional characters inside a previously recalled command,
newly entered characters go over the old ones, instead
of shifting them to the right. Here's an example:

1st command: $ls -l | grep ^d
then i realize i need to it to be case-insensitive, so i 'esc up', select
the prev. command and insert '-i' before ^d, but when i do
i get $ls -l | grep -i  as ^d get's overwritten by '-i'.

This only happens inside tmux.

Thanks,

Alex
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to