Skip to content

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

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!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions