wellle / tmux-complete.vim

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

Manual completion key? #50

Open rgrinberg opened 9 years ago

rgrinberg commented 9 years ago

I'm using neocomplete currently and tmux-complete is unfortunately a little bit too noisy for me.

Is it possible to have tmux completion be triggered through some manual key combination. E.g., <c-x><c-t>?

justinmk commented 9 years ago

<c-x><c-u> should work already, unless something else took it over.

rgrinberg commented 9 years ago

That works, thanks.

How can I exclude tmux completions from my normal neocomplete results though?