Skip to content

Commit

Permalink
Add helix variant to accepted editors
Browse files Browse the repository at this point in the history
  • Loading branch information
bheylin committed Feb 12, 2023
1 parent b4af351 commit 9acf464
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zellij-server/src/os_input_output.rs
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ fn spawn_terminal(
|| command.ends_with("nano")
|| command.ends_with("kak")
|| command.ends_with("hx")
|| command.ends_with("helix")
{
failover_cmd_args = Some(vec![file_to_open.clone()]);
args.push(format!("+{}", line_number));
Expand Down

0 comments on commit 9acf464

Please sign in to comment.