-
-
Notifications
You must be signed in to change notification settings - Fork 40.2k
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
LEADER_NO_TIMEOUT_N #24581
base: develop
Are you sure you want to change the base?
LEADER_NO_TIMEOUT_N #24581
Conversation
…abling the timeout for the first N keystrokes in leader key sequences.
Recreated after cleaning up my repo. Sorry for the earlier mess. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since leader keys already have unit tests, any additional functionality should include additional tests to verify that the new functionality works as expected.
From the PR checklist,
I have updated the PR to reflect this. |
Is there anything missing on my end ? |
Co-authored-by: Ryan <[email protected]>
Co-authored-by: Ryan <[email protected]>
Co-authored-by: Ryan <[email protected]>
Co-authored-by: Ryan <[email protected]>
Co-authored-by: Ryan <[email protected]>
Co-authored-by: Ryan <[email protected]>
Co-authored-by: Ryan <[email protected]>
Co-authored-by: Ryan <[email protected]>
…IMEOUT_FOR_N_KEYSTROKES
Added a definable LEADER_NO_TIMEOUT_FOR_N_KEYSTROKES to leader_key.c that allows disabling timeout for the initial N keys in the sequence (including leader)
Description
Types of Changes
Issues Fixed or Closed by This PR
Checklist