diff --git a/helix-term/src/commands.rs b/helix-term/src/commands.rs index 9a7b6510..d21bbe42 100644 --- a/helix-term/src/commands.rs +++ b/helix-term/src/commands.rs @@ -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),