tmux.nvim icon indicating copy to clipboard operation
tmux.nvim copied to clipboard

execute selected line in tmux pane

Open aserowy opened this issue 4 years ago • 4 comments

send the current selected line in nvim to tmux pane and execute it

configuration should enable

  • keybinding
  • pane priority (which bordered pane should get targeted)

a further feature could be sending multi line selects

aserowy avatar Jun 24 '21 05:06 aserowy

https://superuser.com/questions/492266/run-or-send-a-command-to-a-tmux-pane-in-a-running-tmux-session

aserowy avatar Jun 24 '21 13:06 aserowy

I use https://github.com/christoomey/vim-tmux-runner – might be a useful reference.

jdsutherland avatar Jul 04 '21 16:07 jdsutherland

cool! ty for the heads up :D

aserowy avatar Jul 06 '21 04:07 aserowy

https://github.com/michaelb/sniprun

Integrate as optional dependency and pr tmux as target?

aserowy avatar Sep 07 '21 05:09 aserowy