Skip to main content

write_chars

Function write_chars 

Source
pub fn write_chars(text: &str) -> Result<()>
Expand description

Types a string into the focused pane as if the user typed it.

ยงErrors

  • The underlying zellij action call fails.