This is the complete set of shortcuts Tetiva handles. Use Cmd on macOS and Ctrl on Windows — the app accepts either, so one table covers both. Tab switching and settings belong to the main window; a detached request window has no tabs, but sending, saving and every editor shortcut work there as usual.
Window and tabs#
| Shortcut | Action |
|---|---|
| Cmd/Ctrl + , | Open settings — works with no tabs open |
| Cmd/Ctrl + W | Close the active tab; in a detached window, close the window |
| Cmd/Ctrl + 1…9 | Jump to the tab with that number |
| Cmd/Ctrl + [ and Cmd/Ctrl + ] | Previous and next tab, wrapping around |
| Cmd/Ctrl + F | Focus the collection search in the sidebar |
Cmd/Ctrl + [ and Cmd/Ctrl + ] are ignored while the cursor is in a code editor, where they change indentation. Cmd/Ctrl + F is skipped inside editors for the same reason.
Sending and saving#
| Shortcut | Action |
|---|---|
| Cmd/Ctrl + Enter | Send the request (HTTP, gRPC, GraphQL); in a WebSocket tab, send the composed message |
| Enter in the URL field | HTTP sends, GraphQL executes the operation, gRPC connects and loads the schema, WebSocket connects or disconnects |
| Cmd/Ctrl + S | Save the request; in the collection editor, save the collection |
These do not fire from inside a modal, so a rename or save dialog never sends the request behind it.
Editors#
| Shortcut | Action |
|---|---|
| Cmd/Ctrl + Z, Shift + Cmd/Ctrl + Z | Undo and redo |
| Cmd/Ctrl + / | Comment or uncomment lines in a JSON body |
| Cmd/Ctrl + A | Select the whole document — request body, response body, schema viewer |
Cmd/Ctrl + click on {{var}} | Open the Environments window at that variable: focused when it is defined, prefilled with the name when it is not |
| Cmd/Ctrl + click on a field in a GraphQL query | Jump to that field's type in Schema |
| Enter in the key field of the new row | Add a row to the headers, params, form or variables table |
| Tab in the value field of the new row | Same thing without leaving the keyboard |
Response#
| Shortcut | Action |
|---|---|
| Enter in the Search field | Next match in the response body |
| Shift + Enter in the Search field | Previous match |
| Escape in the Search field | Clear the query |
The Search field belongs to the Body tab; details are on Response viewer.
Collection tree#
| Shortcut | Action |
|---|---|
| Cmd/Ctrl + click a request or collection | Add it to the selection, or remove it |
| Shift + click | Select a range |
| Delete or Backspace | Delete the selection, with a confirmation |
| Escape | Clear the selection; in the search field, clear the query |
There is no shortcut for creating a request: use New Request in a collection's context menu — the + button in the sidebar header creates a collection, not a request. How the tree is organised is covered in Collections.