Skip to main content

edit

Function edit 

Source
pub fn edit(
    path: &str,
    direction: Direction,
    line_number: Option<i64>,
) -> Result<()>
Expand description

Opens $EDITOR on path in a new pane in the given direction.

ยงErrors

  • The underlying zellij action call fails.