-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Fix the <C-J>/<C-K> motions, which currently fail with cascades #886
Conversation
NOTE: The last two commits I added fix the |
My favorite type of PR is one in which I can fix a bug and remove more code than I add. I think this is a good one. |
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.
Good catch! I'd never gotten in the habit of using those keystrokes, but now I just might start.
These mappings currently fail on cascades. This pull request fixes this problem.
No description provided.