-
Notifications
You must be signed in to change notification settings - Fork 94
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
Support more readline keys #70
Conversation
(CTRL_A, CTRL_E, CTRL_U, CTRL_W)
Hey! I dig the I'm not so sure about the usefulness of I'd rather see |
Yap, I agree with you, we should keep it clean and simple.
Use Should we implement scroll to the top and bottom feature in this PR, or open a new PR after #69 merged? |
Thanks! I just gave this a test, and the only issue is that the If we implement the home/end behaviour when focused on a list, we'll probably need to use the new
I'd hold off on that one until #58 and #69 are sorted as there are some overlaps and interdependent features. If you can just fix the search callback I'll check it again and then hand it over to Taylor for final review. |
I think the |
Good catch! |
3b15511
to
aa36f99
Compare
I've added docblocks to the |
With this PR, we can use:
CTRL_A
,HOME
: move to the beginning of lineCTRL_E
,END
: move to the end of linesee: #67 (review)