mirror of https://github.com/helix-editor/helix
change command aliases to be more in line with the other buffer ones
parent
7bc6604038
commit
865597b74f
|
@ -2721,7 +2721,7 @@ pub const TYPABLE_COMMAND_LIST: &[TypableCommand] = &[
|
|||
},
|
||||
TypableCommand {
|
||||
name: "buffer-reopen",
|
||||
aliases: &["bro"],
|
||||
aliases: &["br", "breopen"],
|
||||
doc: "Re-open the most previously closed buffer.",
|
||||
fun: buffer_reopen,
|
||||
completer: CommandCompleter::none(),
|
||||
|
|
Loading…
Reference in New Issue