-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Vim-like keybinds #3
base: master
Are you sure you want to change the base?
Conversation
Thank you for contributing, and sorry about the delay - busy week. This looks good, but I'm a bit wary about changing the meaning of an existing keybinding (and probably one of the more commonly used ones). The basic keymap might not be ideal, but unfortunately it exists now. Possibly this should live under a config option or command line switch, although I'm open to other suggestions. |
No worries! I think a config file would do the trick. It would allow the user to specify their own keybinds, not just vim-like ones. What are your thoughts? |
Yes, a config file would probably work. Doubtless there are other things it can be used for, like the hardcoded OPML root it currently uses. The Edit: let me have a look at adding a config mechanism myself for the next couple of days, since that's probably slightly out-of-scope of this PR. |
Preliminary support for a config file has been added. If you create
you should get some more vim-familiar behaviour. The config format should probably not be considered stable (input on a better design welcome). |
Would be nice to have this merged. |
The only changes in this branch seem to be changing the list of keybinding in Adding a default set of vim-keybinding should presumably now consist of a mapping in Edit: sorry, released that comment is not from the original author. If this pull gets updated to add a (optional) vim keymap, I'm happy to include it. |
@chronitis what needs to be done, for this to get merged? |
This adds vim-like keybinds in addition to the arrow keys for moving throughout the interface.
Since k is used for navigation, I am proposing to use s to stop the stream.