vim-tmux-clipboard icon indicating copy to clipboard operation
vim-tmux-clipboard copied to clipboard

seamless integration for vim and tmux's clipboard

Results 10 vim-tmux-clipboard issues
Sort by recently updated
recently updated
newest added

Thank you for this plugin! It solves half of the problem...how do you paste from tmux without setting nopaste (which messes up tab widths etc)?

If Neovim is open in a tmux window, when switching tmux window, tmux raises a bell and indicates there is change in the window with Neovim. This issue is not...

Not sure whether tmux or neovim behavior changed, but one of them broke vim-tmux-clipboard when they were updated. When doing a multiple line selection then pasting, it will paste into...

Whenever I yank from vim and paste in tmux I get an extra character and a newline pasted. This is a horrible experience when trying to paste into a terminal...

~100x slowdown in file containing 50k lines of text: without plugin: ``` time vim -c ':g/PatternToDelete/d' +qa! ~/tmp/largefile.txt real 0m0.365s user 0m0.259s sys 0m0.097s` ``` with plugin: ``` time vim...

good enough, but seems it takes too much time when starting vim ```bash $ vim --startuptime test.profile ``` ``` ... 371.820 272.545 272.545: sourcing /home/irteam/.vim/plugged/vim-tmux-clipboard/plugin/vimtmuxclipboard.vim ... ``` I'm using [Plug](https://github.com/junegunn/vim-plug)...

I installed this using Vundle and placed the following at the bottom of my vimrc: ``` Plugin 'tmux-plugins/vim-tmux-focus-events' Plugin 'roxma/vim-tmux-clipboard' ``` It seems to load just fine. However, when I...

I setup nvim and tmux on server,when i ssh into it, how did i copy text form nvim to my client

## Issue When focus/unfocus events are fired, their control sequences `^[[I` and `^[[O` are visible after vim's cursor. ![图片](https://github.com/roxma/vim-tmux-clipboard/assets/5774651/2fafd6ec-19cf-49df-8bd1-da9451d5be76) ## To reproduce 1. Add the following MWE config: ``` ╰─...

This plugin is causing vim to hang everytime `yy` or `dd` or similar is invoked on NetBSD. Underlying is a [vim bug](https://github.com/vim/vim/issues/12695). This change is to workaround that. It should...