diff --git a/Neon Vision Editor.xcodeproj/project.pbxproj b/Neon Vision Editor.xcodeproj/project.pbxproj
index fd10e9c..5816715 100644
--- a/Neon Vision Editor.xcodeproj/project.pbxproj
+++ b/Neon Vision Editor.xcodeproj/project.pbxproj
@@ -361,7 +361,7 @@
CODE_SIGNING_ALLOWED = YES;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
- CURRENT_PROJECT_VERSION = 477;
+ CURRENT_PROJECT_VERSION = 478;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = CS727NF72U;
ENABLE_APP_SANDBOX = YES;
@@ -444,7 +444,7 @@
CODE_SIGNING_ALLOWED = YES;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
- CURRENT_PROJECT_VERSION = 477;
+ CURRENT_PROJECT_VERSION = 478;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = CS727NF72U;
ENABLE_APP_SANDBOX = YES;
diff --git a/README.md b/README.md
index 10979ad..fcf4c07 100644
--- a/README.md
+++ b/README.md
@@ -90,17 +90,17 @@
- | Stable |
+  |
Direct notarized builds and fastest stable updates |
GitHub Releases |
- | Store |
+  |
Apple-managed install/update flow |
App Store |
- | Beta |
+  |
Early testing of upcoming changes |
TestFlight |
@@ -344,9 +344,9 @@ Most editor features are shared across macOS, iOS, and iPadOS.
| Capability | macOS | iOS | iPadOS | Notes |
|---|---|---|---|---|
-| Quick Open (`Cmd+P`) | Full | Limited | Full | iOS requires a hardware keyboard for shortcut-driven flow. |
-| Bracket helper presentation | Toolbar helper | Keyboard bar | Keyboard bar | Functionality is equivalent; UI surface differs by platform. |
-| Markdown preview interaction | Inline/editor | Bottom-sheet | Inline/editor | Preview behavior adapts to screen size and interaction model. |
+| Quick Open (`Cmd+P`) |  |  |  | iOS requires a hardware keyboard for shortcut-driven flow. |
+| Bracket helper presentation |  |  |  | Functionality is equivalent; UI surface differs by platform. |
+| Markdown preview interaction |  |  |  | Preview behavior adapts to screen size and interaction model. |
## Trust & Reliability Signals
@@ -479,111 +479,35 @@ Most editor features are shared across macOS, iOS, and iPadOS.
All shortcuts use `Cmd` (`⌘`). iPad/iOS require a hardware keyboard.
-
- All
- macOS
-
+ 
-
-
-
- File
-
-
-
-
-
-
- | Shortcut | Action | Platforms |
- Cmd+N | New Window | macOS |
- Cmd+T | New Tab | All |
- Cmd+O | Open File | All |
- Cmd+Shift+O | Open Folder | macOS |
- Cmd+S | Save | All |
- Cmd+Shift+S | Save As… | All |
- Cmd+W | Close Tab | macOS |
-
- |
-
- Edit
-
-
-
-
-
-
- | Shortcut | Action | Platforms |
- Cmd+X | Cut | All |
- Cmd+C | Copy | All |
- Cmd+V | Paste | All |
- Cmd+A | Select All | All |
- Cmd+Z | Undo | All |
- Cmd+Shift+Z | Redo | All |
- Cmd+D | Add Next Match | macOS |
-
- |
-
-
-
- View
-
-
-
-
-
-
- | Shortcut | Action | Platforms |
- Cmd+Option+S | Toggle Sidebar | All |
- Cmd+Shift+D | Brain Dump Mode | macOS |
- — | — | — |
-
- |
-
- Find
-
-
-
-
-
-
- | Shortcut | Action | Platforms |
- Cmd+F | Find & Replace | All |
- Cmd+G | Find Next | macOS |
- Cmd+Shift+F | Find in Files | macOS |
-
- |
-
-
-
- Editor
-
-
-
-
-
-
- | Shortcut | Action | Platforms |
- Cmd+P | Quick Open | macOS |
- Cmd+D | Add next match | macOS |
- Cmd+Shift+V | Toggle Vim Mode | macOS |
-
- |
-
- Tools + Diag
-
-
-
-
-
-
- | Shortcut | Action | Platforms |
- Cmd+Shift+G | Suggest Code | macOS |
- Cmd+Shift+L | AI Activity Log | macOS |
- Cmd+Shift+U | Inspect Whitespace at Caret | macOS |
-
- |
-
-
+| Category | Shortcut | Action | Platforms |
+|---|---|---|---|
+| File | `Cmd+N` | New Window |  |
+| File | `Cmd+T` | New Tab |  |
+| File | `Cmd+O` | Open File |  |
+| File | `Cmd+Shift+O` | Open Folder |  |
+| File | `Cmd+S` | Save |  |
+| File | `Cmd+Shift+S` | Save As… |  |
+| File | `Cmd+W` | Close Tab |  |
+| Edit | `Cmd+X` | Cut |  |
+| Edit | `Cmd+C` | Copy |  |
+| Edit | `Cmd+V` | Paste |  |
+| Edit | `Cmd+A` | Select All |  |
+| Edit | `Cmd+Z` | Undo |  |
+| Edit | `Cmd+Shift+Z` | Redo |  |
+| Edit | `Cmd+D` | Add Next Match |  |
+| View | `Cmd+Option+S` | Toggle Sidebar |  |
+| View | `Cmd+Shift+D` | Brain Dump Mode |  |
+| Find | `Cmd+F` | Find & Replace |  |
+| Find | `Cmd+G` | Find Next |  |
+| Find | `Cmd+Shift+F` | Find in Files |  |
+| Editor | `Cmd+P` | Quick Open |  |
+| Editor | `Cmd+D` | Add next match |  |
+| Editor | `Cmd+Shift+V` | Toggle Vim Mode |  |
+| Tools | `Cmd+Shift+G` | Suggest Code |  |
+| Diag | `Cmd+Shift+L` | AI Activity Log |  |
+| Diag | `Cmd+Shift+U` | Inspect Whitespace at Caret |  |
## Changelog