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

This patch addresses issue #44, where @gberenfield says: > I can't seem to paste in around 30-40 lines of code into my vimux repl. > Anything less works fine. I...

- the VimuxTogglePane function was not working properly, e.g. -s and -t flags were interchanged. - Changed _VimuxNearestIndex to make sure vimux does not use a pane hosting a pts...

## Description: Add option to use last-active tmux pane as runner pane. - When `g:VimuxUseLast == 1`, use last pane as runner pane. This pane can be in any window....

Hello This is useful to call a shell alternative for example run a python consol or ruby.

vimux will use available window or open a new one insted of always opening a new window and switching tmux back to a previous one

#210 was missing some safety checks. See [this comment](https://github.com/preservim/vimux/pull/210#issuecomment-1249577815). This PR adds guardrails to make sure that: - If `VimuxUseNearest` and `VimuxRunnerQuery` are both false/empty, we definitely don't try to...

The panel didn't respond after I pressed the command? ![动画](https://user-images.githubusercontent.com/74964404/188826448-549e1394-c487-4425-8ace-06af94d04cf2.gif)

Hi! Thanks a lot for this plugin. I would suggest to check if `environ` function available to provide more compatibility. I don't know exactly when this function is missing, but...

# Problem The CI workflows are failing or not getting picked up by runners. ## Vint Failing: ``` Run vint . Traceback (most recent call last): File "/opt/hostedtoolcache/Python/3.12.0/x64/bin/vint", line 5,...