preservim / vimux

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

Optionally return up-arrow functionality to VimuxPromptCommand #190

Closed jaspertandy closed 3 years ago

jaspertandy commented 3 years ago

188 Having whatever 'shellcmd' does makes Vimux unusable for me. I don't know what shellcmd is doing here and I can't see any documentation on why it was added, but I'm guessing I wasn't using it before so I would like the option to have the old behaviour back. I guess this means you lose autocomplete or something, which I never had, so I can live without that.

alerque commented 3 years ago

For reference this happened in #142, there is some discussion and background there.

jaspertandy commented 3 years ago

@alerque no worries - turned out to be a small amount of trial and error to see what had introduced the issue for me! Everyone's workflow is different, and this is still useful; I just didn't realise how much I used up arrow in VimuxPromptCommand until it was gone!

I've pushed an entry to the docs, detailing this variable and its effect. Let me know if you need anything more elsewhere.