From af79eb294333c09e464e099ffb19f2e000cd1d52 Mon Sep 17 00:00:00 2001 From: David Laban Date: Sat, 2 Sep 2023 20:12:14 +0100 Subject: [PATCH] Point from keybindings help to the book's reedline chapter (#10193) Documentation of keybindings command now points to the appropriate section of the book. --- crates/nu-cli/src/commands/keybindings.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/crates/nu-cli/src/commands/keybindings.rs b/crates/nu-cli/src/commands/keybindings.rs index 96b187984..5ed1bfa2e 100644 --- a/crates/nu-cli/src/commands/keybindings.rs +++ b/crates/nu-cli/src/commands/keybindings.rs @@ -24,7 +24,10 @@ impl Command for Keybindings { } fn extra_usage(&self) -> &str { - "You must use one of the following subcommands. Using this command as-is will only produce this help message." + r#"You must use one of the following subcommands. Using this command as-is will only produce this help message. + +For more information on input and keybindings, check: + https://www.nushell.sh/book/line_editor.html"# } fn search_terms(&self) -> Vec<&str> {