> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt ## Resource: Keyboard Shortcuts ## Article: Keyboard Shortcuts ## Article Link: https://dev.wix.com/docs/develop-websites/articles/workspace-tools/velo-workspace/code-editor-ide/keyboard-shortcuts.md ## Article Content: # Velo: Keyboard Shortcuts |Action |Mac |Windows | |---|---|---| |Format code|⌥⇧F|Alt + Shift + F |Search in file|⌘F|Ctrl + F |Search in all files|⇧⌘F|Ctrl + Shift + F |Undo|⌘Z|Ctrl + Z |Redo|⇧⌘Z|Ctrl+ Shift + Z |Comment in/out|⌘/|Windows + / |Add cursor|⌥ click|Alt + click |Add cursor above|⌥⌘↑|Alt + Ctrl + ↑ |Add cursor below|⌥⌘↓|Alt + Ctrl + ↓ |Move line up|⌥↑|Alt+↑ |Move line down|⌥↓|Alt+↓ |Duplicate line down|⌥⇧↓|Alt + Shift + ↓ |Duplicate line up|⌥⇧↑|Alt + Shift + ↑ |Create/extend a vertical non-contiguous selection|⌥⇧ click|Alt + Shift + click |Toggle fold (Region at cursor)|⌘KL|Ctrl + K + L |Fold all regions|⌘K0|Ctrl + K + 0 |Unfolds all regions|⌘KJ|Ctrl + K + J |Fold level X|⌘K2  (for level 2)|Ctrl + K + 2 * * * ### File Search Shortcuts |**Action** |Mac |Windows | |---|---|---| |Find next|⌘G|F3 |Find previous|⇧⌘G|Shift + F3 |Replace|⇧⌘1|Ctrl + Shift + 1 |Replace all|⌥⌘⏎|Ctrl + Alt + Enter |Match case|⌥⌘C|Alt + C |Match whole word|⌥⌘W|Alt + W |Use regular expression|⌥⌘R|Alt + R