Open
Conversation
Resolves #221.
42f5959 to
904530d
Compare
malcolmr
approved these changes
May 15, 2020
Member
malcolmr
left a comment
There was a problem hiding this comment.
LGTM. Sorry for the long delay!
| " does one thing immediately and then a different follow-up behavior on another | ||
| " keystroke. | ||
| " | ||
| " For example, this defines a mapping that immediately unfolds one level but |
Member
There was a problem hiding this comment.
I'm really surprised that this works, but we have tests, so sgtm!
Contributor
Author
There was a problem hiding this comment.
Yeah, actually it looks like I had a typo in the args there I just fixed.
ff454c7 to
0fa264a
Compare
Contributor
Author
|
I'd held off on merging this PR for a while because
I'm still looking into those, but went ahead and submitted some fixes and resolved review comments while I'm looking at it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implements maktaba helpers for programmatically managing vim key mappings (as in the
:mapcommand) inmaktaba#keymapping#andmaktaba#keymappingspec#.Usage examples:
See keymapping.vroom and
:help maktaba.KeyMappingfor details.Resolves #221.