Skip to content

Commit

Permalink
use vertical split
Browse files Browse the repository at this point in the history
  • Loading branch information
matoous committed Jan 8, 2024
1 parent 7633b26 commit ab2e872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helix-term/src/application.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1199,7 +1199,7 @@ impl Application {
Ok(path) => {
let action = match take_focus {
Some(true) => helix_view::editor::Action::Replace,
_ => helix_view::editor::Action::HorizontalSplit,
_ => helix_view::editor::Action::VerticalSplit,
};

match self.editor.open(&path, action) {
Expand Down

0 comments on commit ab2e872

Please sign in to comment.