Skip to content

Commit 756c082

Browse files
committed
chore(docs): remove keybind explorer section
Drop the visual keybind explorer references and local run/update instructions from the keybinds documentation. Made-with: Cursor
1 parent 37ff874 commit 756c082

1 file changed

Lines changed: 0 additions & 26 deletions

File tree

docs/keybinds.md

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -423,29 +423,3 @@ Active when a completion menu is open (`Tab` to open).
423423
|-----|--------|
424424
| `Alt+Left` | Backward word |
425425
| `Alt+Right` | Forward word |
426-
427-
---
428-
429-
## Visual keybind explorer
430-
431-
An interactive keyboard/chord visualization is available in:
432-
433-
- `docs/keybinds.html`
434-
- `docs/keybinds.css`
435-
- `docs/keybinds.js`
436-
- `docs/keybinds.data.json`
437-
438-
### How to run it
439-
440-
Serve the `docs/` directory locally, then open the page:
441-
442-
```sh
443-
python3 -m http.server --directory docs 4173
444-
open http://localhost:4173/keybinds.html
445-
```
446-
447-
### How to update it
448-
449-
1. Edit this file (`docs/keybinds.md`) as the human-readable reference.
450-
2. Update `docs/keybinds.data.json` so all shortcuts are represented in the visual app.
451-
3. Reload `keybinds.html` and verify filters, keyboard highlights, and chord steps still match the docs.

0 commit comments

Comments
 (0)