Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
zheng opened this issue Nov 18, 2021 · 1 comment
Open

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

zheng opened this issue Nov 18, 2021 · 1 comment
Labels
Bugs Bugs, Hangs, Crash, and Freezes

Comments

@zheng
Copy link
Contributor

zheng commented Nov 18, 2021

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

@zheng zheng added the bug label Nov 18, 2021
@elviskahoro elviskahoro changed the title Double-cursor in warp when using fzf nvim plugin Integration: vi/vim/Nvim Double-cursor in warp when using fzf nvim plugin Nov 19, 2021
@elviskahoro elviskahoro changed the title Integration: vi/vim/Nvim Double-cursor in warp when using fzf nvim plugin vi/vim/Nvim Double-cursor in warp when using fzf nvim plugin Dec 7, 2021
@elviskahoro elviskahoro changed the title vi/vim/Nvim Double-cursor in warp when using fzf nvim plugin vi / vim / Nvim Double-cursor in warp when using fzf nvim plugin Dec 7, 2021
@dannyneira
Copy link
Member

I was able to repro this.

@warpdotdev-devx warpdotdev-devx bot added the Bugs Bugs, Hangs, Crash, and Freezes label Jan 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bugs Bugs, Hangs, Crash, and Freezes
Projects
None yet
Development

No branches or pull requests

3 participants