Keyboard Shortcuts

is Command. A couple of tab-strip shortcuts deliberately use a literal Control instead — see the note below the table.

File

ShortcutAction
⌘NNew tab
⌘OOpen…
⌘SSave
⌘⇧SSave As…
⌘WClose tab
⌘,Preferences
⌘QQuit

Edit

ShortcutAction
⌘ZUndo
⌘⇧ZRedo
⌘XCut
⌘CCopy
⌘VPaste
⌘ASelect All
⌘FFind
⌘GGo to Line
⌘/Toggle line comment

Tabs

ShortcutAction
⌘TNew tab (macOS convention)
Ctrl+TabNext tab
Ctrl+Shift+TabPrevious tab

Ctrl+Tab/Ctrl+Shift+Tab use a literal Control key on every platform, including macOS — ⌘Tab is reserved by the OS for the app switcher, so Nib follows the same convention as browsers and VS Code for cycling through tabs.

View / Zoom

ShortcutAction
⌘=Zoom in (current tab)
⌘−Zoom out (current tab)
⌘0Reset zoom (current tab)

Find bar

ShortcutAction
Enter (in Find field)Jump to next match
Enter (in Replace field)Replace current match
EscapeClose the find bar