vim-tmuxify icon indicating copy to clipboard operation
vim-tmuxify copied to clipboard

Vim plugin for handling tmux panes.

Results 8 vim-tmuxify issues
Sort by recently updated
recently updated
newest added

This will cancel copy mode on the associated pane. It used to be the case that sending a Ctrl-C to the associated pane would kick it out of copy-mode, but...

Hi @jebaum, Please consider merge this PR to your repo. It improves parsing pane descriptor to support session with spaces, hyphens, and slashes in names. It also removes duplicate code....

Hi, If I have a sessions with a window inside, named as `DEV/2` and has a single pane named `CONSOLE`, I am not able to connect to those using the...

There's a couple untriaged issues and pull requests. Need an extra hand managing the repo?

Otherwise they're interpreted as options to tmux. This probably closes #20 by the way.

My sessions have names like "1-IN", which broke the simple split-based parsing. This should be more robust.

Hi, I get an error when trying to do `ms`: ``` Error detected while processing function tmuxify#pane_send: line 22: tmuxify: A certain version of tmux 1.6 or higher is needed....

bug

Hi! Thank for the great plugin! Anyway, I have this issue with it. when I send a command with ms, it creates a pane and runs the command well. But...