vimux icon indicating copy to clipboard operation
vimux copied to clipboard

easily interact with tmux from vim

Results 41 vimux issues
Sort by recently updated
recently updated
newest added

I'm getting this error on vim v8.1, tmux v2.8 after pulling in the change from https://github.com/preservim/vimux/pull/204 ``` Error detected while processing function VimuxPromptCommand[10]..VimuxRunCommand[2]..VimuxOpenRunner[1]..23_nearestIndex[3]..VimuxTmux: line 5: E117: Unknown function: environ E116:...

In my config I have logic to dynamically select which pane to run a command in by setting `g:VimuxRunnerIndex` prior to calling `VimuxRunCommand`. However, if I set `g:VimuxRunnerIndex` to `"{down-of}"`,...

bug

Hi @benmills, I think Vimux is pretty stable feature wise, however I was missing being able to define a specific pane as runner. I've made this change a few months...

It allows to specify tmux socket path. This patch also wrap all tmux system calls into a new function _VimuxTmux

Hello, I don't know where best to put this, but figured others would have the same question. I read your documentation on using `vimux` to replicate SLIME behavior and for...

This is useful when we want to be interactive with the command that sends to the runner, by settting g:VimuxInteractivePane = 1, it will switch to the runner pane and...

The `VimuxPromptCommand` does not create a new horizontal split below vim, if there is already a split open that has an ongoing process. Probably the best example of this would...

enhancement

Is this supported? Say I want to run a lint vim plugin after I use VimRunCommand to build some files of `BufWrite`. I tried chaining them but vim does not...

Will I be able to set the pane dynamically? Say my default config is to use the nearest pane but sometimes I want it to open a new pane instead....

It would be the best if Vimux would utilize the completion features of the users shell. I expect that this is not easy / impossible inside vim, but since Vimux...

enhancement