Open aserowy opened 3 years ago
send the current selected line in nvim to tmux pane and execute it
configuration should enable
a further feature could be sending multi line selects
https://superuser.com/questions/492266/run-or-send-a-command-to-a-tmux-pane-in-a-running-tmux-session
I use https://github.com/christoomey/vim-tmux-runner – might be a useful reference.
cool! ty for the heads up :D
https://github.com/michaelb/sniprun
Integrate as optional dependency and pr tmux as target?
send the current selected line in nvim to tmux pane and execute it
configuration should enable
a further feature could be sending multi line selects