From 6ad762992932138d385d0c35c89926a20f05c0dd Mon Sep 17 00:00:00 2001 From: Hayden Hargreaves Date: Sun, 26 Apr 2026 22:22:05 -0700 Subject: [PATCH] feat: updated web app with keymaps --- web/src/pages/DocsPage.tsx | 86 +++++++++++++++++++++++++++++++++++++- 1 file changed, 85 insertions(+), 1 deletion(-) diff --git a/web/src/pages/DocsPage.tsx b/web/src/pages/DocsPage.tsx index fb125fb..0884444 100644 --- a/web/src/pages/DocsPage.tsx +++ b/web/src/pages/DocsPage.tsx @@ -7,6 +7,7 @@ const contents = [ { id: 'usage', label: 'usage' }, { id: 'examples', label: 'examples' }, { id: 'https-certs', label: 'https & certs' }, + { id: 'keymaps', label: 'keymaps' }, { id: 'privacy', label: 'privacy' }, ] @@ -209,7 +210,90 @@ export function DocsPage() { - + +

+ Termtap's terminal UI supports keyboard-first navigation. Use the shortcuts below to move around + quickly while requests stream in. +

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
KeyAction
qQuit Termtap
ctrl+cQuit Termtap
j / downMove down in the focused pane
k / upMove up in the focused pane
tabNext details tab
shift+tabPrevious details tab
1Focus Requests pane
2Focus Details pane
3Focus Events pane (when visible)
4Focus Stdout pane (when visible)
eToggle Events pane
oToggle Stdout pane
/Open the search prompt
escClose the search prompt
ctrl+rRestart the wrapped process
+
+

+ Tip: e and o are + useful when you want more vertical space for the request and details panes. +

+
+ +

Termtap is a local-only tool. It does not phone home, collect telemetry, or send any data anywhere.