aserowy / tmux.nvim

tmux integration for nvim features pane movement and resizing from within nvim.
MIT License
642 stars 40 forks source link

execute selected line in tmux pane #5

Open aserowy opened 3 years ago

aserowy commented 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

aserowy commented 3 years ago

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

jdsutherland commented 3 years ago

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

aserowy commented 3 years ago

cool! ty for the heads up :D

aserowy commented 3 years ago

https://github.com/michaelb/sniprun

Integrate as optional dependency and pr tmux as target?