hydrusnetwork / hydrusnetwork/hydrus
Vim keybinds
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 3.2k
- Forks
- 207
- PR merge metrics
- No merged PRs in 30d
Description
h left
j down
k up
l right
^ beginning of line
$ end of line
ctrl+d ½ pgdwn
ctrl+u ½ pgup
gg go to top of page
G go to bottom of page
ctrl+u/ctrl+d is default vim, but u/d would cut down on 1 keystroke, which is neat.
change behavior of shortcuts without modifiers (layer 0)
They should not listen to key-events when a text field is focused. For example, when I bind t to open the manage tags dialog, typing text into the tag field with a t in it should then not close the dialog. Users can rely on esc for the same purpose.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files, tests, or entry points. Start by locating Hydrus's keyboard-shortcut handling and how focused text fields receive key events. Done means Vim-style navigation and paging bindings work without interfering with text entry, while unmodified shortcut behavior follows the requested focus rules.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- desktop
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100