File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments