Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Unable to change cursor type/shape in different modes - vi #6478

Copy link
Copy link

Description

@laxisforte
Issue body actions

fish --version
Fish version 3.02

echo $TERM
Xterm-256color

uname -a
Linux xxxxxx 4.4.0-18362-Microsoft #476-Microsoft Fri Nov 01 16:53:00 PST 2019 x86_64 x86_64 x86_64 GNU/Linux

sh -c 'env HOME=$(mktemp -d) fish'
The problem persists

  • Windows 10 version 1909
  • Windows new terminal version 0.7.345.10

fish_user_key_bindings.fish

function fish_user_key_bindings
  fish_vi_key_bindings
  fzf_key_bindings
  set -g fish_cursor_insert line
  set -g fish_cursor_replace_one underscore
  set -g fish_cursor_visual block
  bind -M insert -m default jj backward-char force-repaint
  bind -M insert hh forward-word force-repaint
  bind -M insert \r 'replace_then_execute'
end

config.fish

set -U fish_greeting ""
set theme_color_scheme dracula
set -g FZF_CTRL_T_COMMAND "fd --type f --hidden --follow --exclude .git"

Cursor shape (solid box) is same in all modes...
Any suggestion ?
Thank you,
P.

Reactions are currently unavailable

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

    Morty Proxy This is a proxified and sanitized view of the page, visit original site.