From 228a4af35fec3be633c31ecbbdf0b6f7bb7a9fcd Mon Sep 17 00:00:00 2001 From: Atticus Sebastiani Date: Sat, 22 Apr 2023 21:07:34 -0500 Subject: make `:u` alias `:update` (#6835) * Gave the command update the alias u * Re added trailing newline * generated docs--- helix-term/src/commands/typed.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helix-term') diff --git a/helix-term/src/commands/typed.rs b/helix-term/src/commands/typed.rs index eb5c156f..ea82dc36 100644 --- a/helix-term/src/commands/typed.rs +++ b/helix-term/src/commands/typed.rs @@ -2497,7 +2497,7 @@ pub const TYPABLE_COMMAND_LIST: &[TypableCommand] = &[ }, TypableCommand { name: "update", - aliases: &[], + aliases: &["u"], doc: "Write changes only if the file has been modified.", fun: update, signature: CommandSignature::none(), -- cgit v1.2.3-70-g09d2