preservim / vimux

easily interact with tmux from vim
MIT License
2.19k stars 159 forks source link

Tab now autocompletes in the VimuxPromptOption #142

Closed thalesmello closed 3 years ago

thalesmello commented 8 years ago

This pull request changes the call to the input function in the :VimuxPromptCommand option so that pressing tab autocompletes, just as if it was in the terminal.

pablobfonseca commented 7 years ago

Looking forward to it šŸ‘

PS.: Would be great to see the file auto completion as well

madchap commented 5 years ago

Stumbled upon this, while it would be a welcome addition, it does seem to break some stuff, at least when IĀ run VimRunLastCommand such as through:

map <Leader>vl :VimuxRunLastCommand<CR>

With command above and your change, it messes up with insert mode, my file content.

alerque commented 3 years ago

@madchap I am unable to replicate any issues with this like you describe and at least one other user also confirms it doesn't create problems. I'm going to go ahead and get this merged but feel free to open an issue if there is a problem.