Stephen Thirlwall
Stephen Thirlwall
vimux came to mind, but its also taken: https://github.com/benmills/vimux/ This seems to be the converse to this project. It's about controlling tmux from within vim.
What about vmux ?
Thanks for that
More name candidates: - vimt - vimmux - tmvim - tmv none of these are as good as tvim ... :(
I suspect #23 may fix your problem. Could you try compiling with `rpxc arm-linux-gnueabihf-gcc` rather than `rpxc gcc` and let me know if that fixes things for you? If you're...
This one does. The x64 in the toolchain name refers to the host development system, not the raspberry pi target.
Need a -t option for ssh or vim complains about input not being from a terminal TMUX_VIM_VIM_BIN='ssh -t remote vim'
TMUX_PANE isn't set on remote, which is a pain. I'm expecting this remote-mode would be enabled via some script, so this could possibly be auto-detected somehow and set manually.
Can't just substitute `tmux @args` with `$tmux_bin @args` - seems to be some shell quoting issues, in particular with the # character in the format strings. `$tmux_bin $( printf '%q...
Have managed to get the first open working. Pane splits and vim opens with the file. Further opens however create a new split. Need to check that the vim cwd...