Hi I'm trying to improve integration between vim and tmux, as those tools are my most important work tools and I'm always looking to enchance my workflow speed.
So far I have managed to: - integrate tmux/vim split navigation - open files in a existing vim instance from a shell - send vim buffer contents to a tmux pane(using the wonderful slimux vim plugin) Everything is great so far, but one thing I'm missing is to integrate vim registers with tmux copy buffers. I could probably use slimux solution and bind a custom key to copy to tmux, but ideally I would like to script vim so it will automatically share its default register with tmux every time I yank text. Is something like this possible? Thanks in advance ps: if anyone is interested in my current tmux/vim integration scripts here they are: https://gist.github.com/tarruda/5158535 -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
