Re: Escape sequences in vi-ins-mode-string

2019-04-24 Thread Chet Ramey
On 4/23/19 3:54 PM, Joshua O'Connor wrote: > Hi, > > I'm trying to have my cursor change within Bash depending on the vi mode I'm > in. > To accomplish this I've used: > > vi-ins-mode-string = "\1\e[6 q\2" > and a corresponding vi-cmd-mode-string in .inputrc, which has indeed worked. Yes,

Escape sequences in vi-ins-mode-string

2019-04-23 Thread Joshua O'Connor
Hi, I'm trying to have my cursor change within Bash depending on the vi mode I'm in. To accomplish this I've used: > vi-ins-mode-string = "\1\e[6 q\2" and a corresponding vi-cmd-mode-string in .inputrc, which has indeed worked. However when using the tmux terminal multiplexer it fails to