Skip to content

Commit

Permalink
Change vsp to vs (#647)
Browse files Browse the repository at this point in the history
Follow up on #639 to match vim behavior
  • Loading branch information
pickfire authored Aug 26, 2021
1 parent 68bf9fd commit 4bafda3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helix-term/src/commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2175,7 +2175,7 @@ mod cmd {
},
TypableCommand {
name: "vsplit",
alias: Some("vsp"),
alias: Some("vs"),
doc: "Open the file in a vertical split.",
fun: vsplit,
completer: Some(completers::filename),
Expand Down

0 comments on commit 4bafda3

Please sign in to comment.