https://github.com/shindgewongxj/zedcuts
Xcode Shortcuts in Zed
https://github.com/shindgewongxj/zedcuts
keybindings xcode zed
Last synced: 11 days ago
JSON representation
Xcode Shortcuts in Zed
- Host: GitHub
- URL: https://github.com/shindgewongxj/zedcuts
- Owner: shindgewongxj
- Created: 2025-11-20T03:56:10.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-11-20T10:58:45.000Z (4 months ago)
- Last Synced: 2025-12-28T19:12:32.193Z (3 months ago)
- Topics: keybindings, xcode, zed
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zedcuts
Zedcuts is Xcode Shortcuts in Zed.
|Title|Shortcuts|
|---|---|
|\[File\]Open Quickly|⇧ + ⌘ + O|
|\[View\]Navigators > Project|⌘ + 1|
|\[View\]Navigators > Source Control|⌘ + 2|
|\[View\]Navigators > Show Coding Assistant|⌘ + 0|
|\[View\]Pin Editor Tab|⇧ + ⌘ + P|
|\[Navigate\]Jump to Line|⌘ + L|
|\[Navigate\]Jump to Next Change|⌃ + \\|
|\[Navigate\]Jump to Previous Change|⌃ + \||
|\[Navigate\]Reveal in Project Navigator|⇧ + ⌘ + J|
|\[Editor\]Structure > Format File|⌃ + ⇧ + I|
|\[Editor\]Structure > Format Selection|⌃ + ⌥ + ⇧ + I|
|\[Editor\]Structure > Move Line Up|⌥ + ⌘ + \[|
|\[Editor\]Structure > Move Line Down|⌥ + ⌘ + \]|
|\[Debug\]Breakpoints > Create/Delete Breakpoint at Current Line|⌘ + \\|
|\[Integrate\]Pull|⌥ + ⌘ + X|