HTTPie keyboard shortcuts
HTTPie Desktop's shortcuts cover tabs, the request editor, search, and the library. They keep a request session moving while the URL, code editor, or response panel has focus.
Windows, macOS, Linux · 21 shortcutsTabs and app
Open and close request tabs, switch between them, and reach HTTPie's library, settings, and AI prompt.
| Action | Windows | macOS | Linux |
|---|---|---|---|
| Open a new tab | CtrlT | CmdT | CtrlT |
| Close the current tab | CtrlW | CmdW | CtrlW |
| Select the next tab | CtrlTab | CtrlTab | CtrlTab |
| Select the previous tab | CtrlShiftTab | CtrlShiftTab | CtrlShiftTab |
| Select tab one | Ctrl1 | Cmd1 | Ctrl1 |
| Select tab eight | Ctrl8 | Cmd8 | Ctrl8 |
| Select the last tab | Ctrl9 | Cmd9 | Ctrl9 |
| Toggle the library | CtrlB | CmdB | CtrlB |
| Open settings | Ctrl, | Cmd, | Ctrl, |
| Open the AI prompt | CtrlI | CmdI | CtrlI |
| Reload the desktop appHTTPie documents this command for the desktop app. | CtrlR | CmdR | CtrlR |
Request editor
Focus the URL, send a request, and use request-level controls without leaving the HTTPie editor.
| Action | Windows | macOS | Linux |
|---|---|---|---|
| Focus the request URL | CtrlL | CmdL | CtrlL |
| Send the request | CtrlEnter | CmdEnter | CtrlEnter |
| Open autocomplete | CtrlSpace | CtrlSpace | CtrlSpace |
| Toggle the response panel | Ctrl' | Cmd' | Ctrl' |
Editor search
Find text in the request editor, filter matches, and move to the next or previous result.
| Action | Windows | macOS | Linux |
|---|---|---|---|
| Find in the editor | CtrlF | CmdF | CtrlF |
| Filter search results | CtrlShiftF | CmdShiftF | CtrlShiftF |
| Move to the next match | CtrlG | CmdG | CtrlG |
| Move to the previous match | CtrlShiftG | CmdShiftG | CtrlShiftG |
| Move to the next match from search | Enter | Enter | Enter |
| Move to the previous match from search | ShiftEnter | ShiftEnter | ShiftEnter |