12 comments (12 comments)1 reaction (1 reaction)0 assignees (0 assignees)TypeScript2,167 forks (2,167 forks)batch import
Package: coreType: feature requesthelp wanted
Repository metrics
- Stars
- 20,263 stars (20,263 stars)
- PR merge metrics
- Avg merge 43d 10h (Avg merge 43d 10h)27 merged PRs in 30d (27 merged PRs in 30d)
Description
Would be a useful feature to have hotkey sequences in addition to combos.
Ex: dd in vim to delete.
Contributor guide
- Research direction
- Investigate the current hotkey implementation in the Blueprint library and design a system to detect key sequences (e.g., 'dd' similar to Vim). Consider using a key buffer with timeout and state management.
- Tech stack
- typescriptreact
- Domain
- frontend
- Issue type
- Feature
- Prerequisites
- ReactTypeScript