preservim / vimux

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

Add new option to expand the string given at VimuxPromptCommand. #121

Closed jerri closed 6 years ago

jerri commented 9 years ago

Unfortunately this is only a very simple approach. The expand()-function in VimL is not very helpful. So the string is split at spaces, expanded and then rejoined. This functionality can be set via a vimux-option.

This might be a start to implement feature request #63.

m42e commented 8 years ago

:+1:

lhufnagel commented 7 years ago

Any chance we can get this merged?

stellarhoof commented 7 years ago

Take a look at #153