Skip to content

vi / vim / Nvim Double-cursor in warp when using fzf nvim plugin #429

@zheng

Description

@zheng

Describe the bug

There are two cursors in the prompt, the colored warp cursor seems to be off from the real cursor.

To Reproduce

  1. Get nvim brew install nvim
  2. Get vim-plug curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
  3. Set up nvim config (this is a bit of a pain)
mkdir -p ~/.config/nvim
cat >> ~/.config/nvim/init.vim
call plug#begin('~/.vim/plugged')
Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }
Plug 'junegunn/fzf.vim'
call plug#end()
  1. Open nvim
  2. Type :PlugInstall
  3. Type :Files
  4. See double-cursor

Expected behaviour

No response

Screenshots

https://share.getcloudapp.com/OAuG70Jd

Operating System

No response

OS Version

No response

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    area:shell-terminalTerminal input/output, shell integration, prompt behavior, and block rendering.area:terminal-inputTerminal command-line input, cursor movement, key handling, and input editing.area:ui-frameworkCore Warp UI framework, rendering, layout, and windowing infrastructure.bugSomething isn't working.needs-infoMore issue-specific reporter detail is needed before the problem can be confidently triaged.triagedIssue has received an initial automated triage pass.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions