-
Notifications
You must be signed in to change notification settings - Fork 96
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
Feature request: Vim+Emacs(Mac) keyword shortcuts for selection #102
Comments
I believe giving users the chance to specify a different key combination to scroll up and down would be a nice addition and should be fairly easy to implement. Update: |
Looks like someone was working on this, but they didn't follow through. I have the code that provides this functionality (for vim atleast). I may implement Emacs |
if you have the code ready, feel free to open a PR and I will review it. But reading #102 (comment) I agree that it would probably be best to make this configurable (with the current behavior as defautl), instead of adding a bounch to the default behavior, possibly creating overlaps in functionalaty (for example |
also closing this because of what was discussed here #560 (comment) |
I was wondering if it's possible to move cursor up/down-ward just like in vim or terminal?
That is:
j
orCtrl-N
-> ↓k
orCtrl-P
-> ↑h
orCtrl-B
-> ←l
orCtrl-F
-> →The text was updated successfully, but these errors were encountered: