Closed
Description
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!