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,
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