willothy / wezterm.nvim

Utilities for interacting with Wezterm from within Neovim
189 stars 10 forks source link

feat: Add `send-text` command as a function #23

Closed meisocafe closed 2 weeks ago

meisocafe commented 2 weeks ago

Added function send_text (sends text to a panel). Used it with my config and seems to be working fine. Had to modify the exec function to accept stdin as an argument.

I hope it's useful.

willothy commented 2 weeks ago

Looks good to me, thank you for contributing! :)