Skip to content

Commit

Permalink
Point from keybindings help to the book's reedline chapter (#10193)
Browse files Browse the repository at this point in the history
Documentation of keybindings command now points to the appropriate
section of the book.
  • Loading branch information
alsuren authored Sep 2, 2023
1 parent e9d4730 commit af79eb2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion crates/nu-cli/src/commands/keybindings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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> {
Expand Down

0 comments on commit af79eb2

Please sign in to comment.