Support vim's j and k keybindings
Open
- Dominant language
- Haskell
- Stars
- 744
- Forks
- 22
- PR merge metrics
- No merged PRs in 30d
Description
I'm actually quite surprised if a TUI doesn't support j for down and k for up 😅
Contributor guide
No contributing guide indexed for this repository
Research direction
Look for the keybinding handling code in the TUI module, likely in a file like `src/UI.hs`. Identify where arrow key navigation is defined and add mappings for 'j' (down) and 'k' (up). Test the changes by running the application and verifying the new keybindings work in the PDF list view.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- haskell
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100