Skip to content

Cursor won't change shape depending on vi mode when running inside tmux #8981

Closed
@AmdaU

Description

@AmdaU

fish, version 3.4.0-62-g1763e7d3b
tmux 3.2a

EndevourOS
alacritty 0.11.0-dev (7312f33f)

The cursor always remains a block, no matter the vi mode when running fish inside of tmux.
I have tried running

sh -c 'env HOME=$(mktemp -d) fish'
fish_vi_key_bindings
set fish_cursor_default block
set fish_cursor_insert line
set fish_cursor_replace_one underscore
set fish_cursor_visual line

https://asciinema.org/a/EX9JCqHHpMbzbSCxed1BvnhGt

But no succes.

My tmux config is

set -s escape-time 0

unbind C-b
set-option -g prefix C-Space
bind-key C-Space send-prefix

The issue dosen't seem to be on tmux's side since changing cusor shape works in neovim.

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions