change command aliases to be more in line with the other buffer ones

pull/13568/head
Taylor Plewe 2025-05-18 19:06:55 -06:00
parent 7bc6604038
commit 865597b74f
1 changed files with 1 additions and 1 deletions

View File

@ -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(),