====== Keyboard Shortcuts ====== CodeDB supports keyboard shortcuts for fast navigation and common actions. ===== Global Shortcuts ===== ^ Shortcut ^ Action ^ | **⌘P** | Open Command Palette | | **⌘N** | New File | | **⌘R** | Add Relation | | **⌘J** | Toggle Bottom Panel | | **⌘B** | Toggle Sidebar | | **⌘W** | Close Current Tab | | **⌘F** | Find in File (Monaco) | | **⌘,** | Open Settings | ===== Editor Shortcuts ===== CodeDB uses the Monaco editor, which supports all standard VS Code keyboard shortcuts: ^ Shortcut ^ Action ^ | **⌘Z** | Undo | | **⌘⇧Z** | Redo | | **⌘C** | Copy | | **⌘X** | Cut | | **⌘V** | Paste | | **⌘A** | Select All | | **⌘D** | Select Next Occurrence | | **⌘F** | Find | | **⌘H** | Find and Replace | | **⌘/** | Toggle Line Comment | | **⌥↑** | Move Line Up | | **⌥↓** | Move Line Down | | **⌘⇧K** | Delete Line | | **⌘Enter** | Insert Line Below | | **⌘⇧Enter** | Insert Line Above | ===== Command Palette ===== Press **⌘P** to open the Command Palette. Type to filter through: * File names — quickly open any file * Commands — access any action by name * Settings — jump to configuration The palette uses fuzzy matching, so you can type partial names to find what you need.