Problem
Every command (`addBookmark`, `removeBookmark`, etc.) is currently only reachable via the command palette, editor title bar, or context menus — there's no `contributes.keybindings` entry in `package.json`. Frequent users of a "quick access to files" tool expect a keyboard-first workflow.
Proposal
Add sensible default keybindings (e.g. `ctrl+alt+k` / `cmd+alt+k` to bookmark the active file, with a documented way to rebind), scoped so they don't collide with VS Code's built-in Bookmarks/Debug keybindings. Document the defaults in the README.
Problem
Every command (`addBookmark`, `removeBookmark`, etc.) is currently only reachable via the command palette, editor title bar, or context menus — there's no `contributes.keybindings` entry in `package.json`. Frequent users of a "quick access to files" tool expect a keyboard-first workflow.
Proposal
Add sensible default keybindings (e.g. `ctrl+alt+k` / `cmd+alt+k` to bookmark the active file, with a documented way to rebind), scoped so they don't collide with VS Code's built-in Bookmarks/Debug keybindings. Document the defaults in the README.