wellle / tmux-complete.vim

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

Complete full lines #26

Open wellle opened 10 years ago

wellle commented 10 years ago

Like <C-X><C-L>.

justinmk commented 10 years ago

:+1: ! Sometimes whitespace breaks up a useful string into many useless strings.

To be precise, I'm interested in having this as a unite source.

wellle commented 10 years ago

To be precise, I'm interested in having this as a unite source.

I'll keep that in mind when I get round to implement this.

wellle commented 10 years ago

Most of the heavy lifting is already done with #38 and #39. There are still some details to be polished as discussed in https://github.com/wellle/tmux-complete.vim/pull/39#discussion-diff-14438100.

Also line completion is not yet available. But the lines can be listed as a Unite source for now.