Skip to content

Commit

Permalink
Add Helix editor (hx) to editors that support prefix positions
Browse files Browse the repository at this point in the history
This is dependant on Helix accepting the PR:

helix-editor/helix#5945
  • Loading branch information
bheylin committed Feb 12, 2023
1 parent 601eee8 commit b4af351
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 @@ -300,6 +300,7 @@ fn spawn_terminal(
|| command.ends_with("emacs")
|| command.ends_with("nano")
|| command.ends_with("kak")
|| command.ends_with("hx")
{
failover_cmd_args = Some(vec![file_to_open.clone()]);
args.push(format!("+{}", line_number));
Expand Down

0 comments on commit b4af351

Please sign in to comment.