Point from keybindings help to the book's reedline chapter (#10193)

Documentation of keybindings command now points to the appropriate
section of the book.
This commit is contained in:
David Laban 2023-09-02 20:12:14 +01:00 committed by GitHub
parent e9d4730099
commit af79eb2943
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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> {