tpope / vim-tbone

tbone.vim: tmux basics
http://www.vim.org/scripts/script.php?script_id=4488
397 stars 17 forks source link

Some ideas #4

Open tarruda opened 11 years ago

tarruda commented 11 years ago

Hi

@tpope first of all, good job on all those vim plugins, I'm a big fan

In the dew months I've been using the vim/tmux , I've put together some gems for this combo in this gist, and since you started hacking tmux I tought you might be interested. They cannot be implemented as pure vim plugins, but maybe they can inspire more ideas to someone well versed in vimscript.

tpope commented 11 years ago

@mislav has his own attempt at the panes thing. Check out https://gist.github.com/mislav/5189704

tarruda commented 11 years ago

Yes I've seen that gist, the pane navigation is similar to my own version. The gist I posted has other features though, in particular you should see the vim-tmux-open.zsh file, which uses new tmux wait-for command to synchronize code between panes. It may be useful to someone looking to integrate vimscript with code running on other panes