Skip to content

Commit

Permalink
Change vsp to vs
Browse files Browse the repository at this point in the history
Follow up on #639 to match vim behavior
  • Loading branch information
pickfire committed Aug 24, 2021
1 parent 490125f commit e07cb7b
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 e07cb7b

Please sign in to comment.