Example: copy in one tmux pane (via vim), then switch to another pane (running another vim instance) and paste using the vim paste command. I know this can be done via tmux (using prefix+]) but it would be really handy if I can copy and paste using vim bindings since i’m just switching between different panes running vim.
Any ideas?
Sorry, I’m trying to convince you to use vim built-in features.
To make the
copy/pasteeasy, you can open files in another Tabpages:Use gt or gT to switch Tabpages.
Or split the window to edit another file:
Use Ctrl-ww to switch Windows.
To split the window vertically, please use
:vsp fileUpdate:
This is my
.tmux.conffile:I only use them when I need to copy terminal output.