diff --git a/crates/nu-explore/src/commands/help.rs b/crates/nu-explore/src/commands/help.rs index 3083b83a9b..a0b6a4d97a 100644 --- a/crates/nu-explore/src/commands/help.rs +++ b/crates/nu-explore/src/commands/help.rs @@ -38,6 +38,7 @@ Drill down into records+tables: Press to select a cell, move around wit Expand (show all nested data): Press "e" Open this help page : Type ":help" then Open an interactive REPL: Type ":try" then + Run a Nushell command: Type ":nu " then . The data currently being explored is piped into it. Scroll up: Press "Page Up", Ctrl+B, or Alt+V Scroll down: Press "Page Down", Ctrl+F, or Ctrl+V Exit Explore: Type ":q" then , or Ctrl+D. Alternately, press or "q" until Explore exits