From 7a5e837b9394d6d4809898b6890f57781c73d7d9 Mon Sep 17 00:00:00 2001 From: Tracy Miranda Date: Fri, 3 Nov 2023 11:54:56 -0400 Subject: [PATCH] Documentation edits made through Mintlify web editor --- features/history.mdx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/features/history.mdx b/features/history.mdx index 70a5b31..0446448 100644 --- a/features/history.mdx +++ b/features/history.mdx @@ -5,4 +5,8 @@ icon: 'scroll' --- ## Command History -To access standard command history, you can press UpArrow just like in your normal terminal. These commands are filtered to be from the current screen and the current remote. \ No newline at end of file +To access standard command history, you can press UpArrow just like in your normal terminal. These commands are filtered to be from the current screen and the current remote. + +But Wave keeps command history across all remotes, all tabs, and all sessions so you can easily recall a command you may have run in a separate tab or on a different machine to run. You enter history search using “Ctrl-R” or “Cmd-H”. From there you can still hit up or down arrow to navigate your history, but there are additional filters. You can toggle search to include all remotes, everything in your current session, or your global history. + +> Wave keeps metadata for *all* commands that you run through it, including current working directory, status code, command duration, time, remote, etc.