mirror of https://github.com/helix-editor/helix
parent
68bf9fdf02
commit
4bafda3995
|
@ -2175,7 +2175,7 @@ mod cmd {
|
||||||
},
|
},
|
||||||
TypableCommand {
|
TypableCommand {
|
||||||
name: "vsplit",
|
name: "vsplit",
|
||||||
alias: Some("vsp"),
|
alias: Some("vs"),
|
||||||
doc: "Open the file in a vertical split.",
|
doc: "Open the file in a vertical split.",
|
||||||
fun: vsplit,
|
fun: vsplit,
|
||||||
completer: Some(completers::filename),
|
completer: Some(completers::filename),
|
||||||
|
|
Loading…
Reference in New Issue