wellle / tmux-complete.vim

Vim plugin for insert mode completion of words in adjacent tmux panes
MIT License
515 stars 21 forks source link

Only Completion for adjacent tmux panes #92

Open you-n-g opened 3 years ago

you-n-g commented 3 years ago

Hi, tmux-complete is a great vim-plugin.

I'm using neovim + coc.nvim. I found it try to complete the words from all panes( I have a lot of sessions. So it becomes very slow)

Can I make it only complete words based on only adjacent tmux panes?

Thanks so much!