jeffreytse / zsh-vi-mode

💻 A better and friendly vi(vim) mode plugin for ZSH.
MIT License
2.94k stars 102 forks source link

Data Pasted Twice From Clipboard #232

Closed Caylub closed 12 months ago

Caylub commented 12 months ago

General information

I've recently found this plugin for zsh, and it seems much better than my use of the built-in zsh vi mode.

I'm running in an issue with pasting. Whenever I paste anything in the terminal, it gets pasted twice, instead of just a single time.

Basic examination

Problem description

Reproduction steps

  1. Install zsh-vi-mode via oh-my-zsh
  2. copy any data into the clipboard
  3. attempt to past the data in the terminal (I've tried Alacritty and WezTerm)
  4. data is pasted twice

Expected behavior

I expect that any data from the clipboard being pasted is only pasted a single time.

Caylub commented 12 months ago

This was happening outside of the plugin being installed; closed out my issue. Looking elsewhere for the cause.