Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tab now autocompletes in the VimuxPromptOption #142

Merged
merged 1 commit into from
Feb 13, 2021

Conversation

thalesmello
Copy link
Contributor

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
Copy link

pablobfonseca commented Oct 28, 2016

Looking forward to it 👍

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

@madchap
Copy link

madchap commented Nov 26, 2018

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
Copy link
Member

alerque commented Feb 13, 2021

@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.

Copy link
Member

@alerque alerque left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for taking the time to contribute this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants