-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Enhancement Request
Vim-style Navigation
Add support for vim-style navigation keys in the interactive repository selection:
- j - move down (same as down arrow)
- k - move up (same as up arrow)
- Keep existing arrow key support
Better Exit Instructions
Currently the prompt shows:
? Select a repository: (Use arrow keys)
Should show:
? Select a repository: (Use arrow keys or j/k, Ctrl-C to exit)
Why This Matters
- Developer-friendly: Many developers use vim/vi and expect j/k navigation
- Accessibility: Provides alternative navigation methods
- User Experience: Clear exit instructions prevent confusion
- Consistency: Matches common CLI tool patterns
Implementation Notes
- This affects the inquirer autocomplete prompt in the main interactive mode
- Should be backward compatible (arrow keys still work)
- Consider updating other prompts for consistency
Acceptance Criteria
- j/k keys work for navigation in repository selection
- Arrow keys continue to work as before
- Prompt text shows both navigation options and exit instruction
- All existing functionality remains unchanged
Metadata
Metadata
Assignees
Labels
No labels