Skip to main content

Keyboard Shortcuts Reference

Speed up your workflow with Nidra keyboard shortcuts.

General

ActionWindows/LinuxmacOS
New RequestCtrl+NCmd+N
New CollectionCtrl+Shift+NCmd+Shift+N
Save RequestCtrl+SCmd+S
Save AsCtrl+Shift+SCmd+Shift+S
Open SettingsCtrl+,Cmd+,
Close TabCtrl+WCmd+W
QuitCtrl+QCmd+Q

Requests

ActionWindows/LinuxmacOS
Send RequestCtrl+EnterCmd+Enter
Duplicate RequestCtrl+DCmd+D
Delete RequestDeleteDelete
Focus URL BarCtrl+LCmd+L
Toggle ParamsCtrl+Shift+PCmd+Shift+P
Toggle HeadersCtrl+Shift+HCmd+Shift+H
Toggle BodyCtrl+Shift+BCmd+Shift+B
ActionWindows/LinuxmacOS
Next TabCtrl+TabCmd+Tab
Previous TabCtrl+Shift+TabCmd+Shift+Tab
Go to Tab 1-9Ctrl+1-9Cmd+1-9
Toggle SidebarCtrl+\Cmd+\
Focus SearchCtrl+FCmd+F
Next Search ResultF3 or EnterCmd+G
Previous Search ResultShift+F3Cmd+Shift+G

Editing

ActionWindows/LinuxmacOS
UndoCtrl+ZCmd+Z
RedoCtrl+YCmd+Shift+Z
CutCtrl+XCmd+X
CopyCtrl+CCmd+C
PasteCtrl+VCmd+V
Select AllCtrl+ACmd+A
Format JSONCtrl+Shift+FCmd+Shift+F

Collections

ActionWindows/LinuxmacOS
Expand/CollapseSpaceSpace
RenameF2F2
DuplicateCtrl+DCmd+D

Environments

ActionWindows/LinuxmacOS
Switch EnvironmentCtrl+ECmd+E
Manage EnvironmentsCtrl+Shift+ECmd+Shift+E

Conduits

ActionWindows/LinuxmacOS
Run ConduitCtrl+RCmd+R
Stop ConduitCtrl+.Cmd+.
Add StepCtrl+KCmd+K

Response Viewer

ActionWindows/LinuxmacOS
Pretty ViewCtrl+Alt+PCmd+Opt+P
Raw ViewCtrl+Alt+RCmd+Opt+R
Copy ResponseCtrl+Shift+CCmd+Shift+C

Window Management

ActionWindows/LinuxmacOS
Zoom InCtrl++Cmd++
Zoom OutCtrl+-Cmd+-
Reset ZoomCtrl+0Cmd+0
Toggle FullscreenF11Cmd+Ctrl+F
Toggle DevToolsCtrl+Shift+ICmd+Opt+I

Import/Export

ActionWindows/LinuxmacOS
ImportCtrl+ICmd+I
Export CollectionCtrl+Shift+XCmd+Shift+X

Custom Shortcuts

Some shortcuts can be customized in Settings > Keyboard Shortcuts.

Tips

Discoverability

  • Hover over buttons to see shortcuts in tooltips
  • Menu items show shortcuts on the right
  • Settings > Keyboard shows all shortcuts

Conflicts

If shortcuts conflict with system shortcuts:

  1. Open Settings > Keyboard
  2. Customize the conflicting shortcut
  3. Save changes

Practice

Most commonly used:

  • Ctrl/Cmd+Enter - Send request
  • Ctrl/Cmd+S - Save
  • Ctrl/Cmd+N - New request
  • Ctrl/Cmd+E - Switch environment

Platform Differences

Windows/Linux

  • Uses Ctrl key
  • Delete key for deleting
  • F11 for fullscreen

macOS

  • Uses Cmd key (instead of Ctrl)
  • Uses Opt key (instead of Alt)
  • Cmd+Ctrl+F for fullscreen
  • Native macOS conventions

See Also