Skip to content

Fish shell cursor setting doesn't work #3887

Discussion options

You must be logged in to vote

Plop this in your Fish config:

if status is-interactive
    if string match -q -- '*ghostty*' $TERM
        set -g fish_vi_force_cursor 1
    end
end

Once your copy of Fish has fish-shell/fish-shell#10685, it'll work without this too.

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by blt-r
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants