-
Notifications
You must be signed in to change notification settings - Fork 39
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/utils #41
Feature/utils #41
Conversation
* This might be usefull for people who want to check that See jesseduffield@e030e03 Co-authored-by: Jesse Duffield <[email protected]> Signed-off-by: Glenn Vriesman <[email protected]>
* This might be usefull for people who want to check that See jesseduffield@77d7618 Co-authored-by: Jesse Duffield <[email protected]> Signed-off-by: Glenn Vriesman <[email protected]>
* Added a handler for tab * Added a handler for space * Added a handler for Insert * Added a handler for Ctrl+U * Added a handler for Ctrl+A * Added a handler for Ctrl+E * Defaults to EditWrite() See jesseduffield@77d7618 Co-authored-by: Jesse Duffield <[email protected]> Signed-off-by: Glenn Vriesman <[email protected]>
* This might be useful for some projects See jesseduffield@bac774b Co-authored-by: Jesse Duffield <[email protected]> Signed-off-by: Glenn Vriesman <[email protected]>
* Added Parse() to parse a string to a keybind * Added ParseAll() to parse multiple strings to keybinds * Added MustParse() to parse a string at all costs * Added MustParseAll() to parse multiple strings at all costs * Added an example Co-authored-by: Alex Goodman <[email protected]> Signed-off-by: Glenn Vriesman <[email protected]>
i'll merge after reviews |
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.
I have some comment.
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.
I've left some comments
Also i was just thinking about something, |
@mjarkk I looked into doing that at some point but couldn't work out which key code to use, though I'm sure it's possible |
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.
left some comments :)
ping @jesseduffield @mjarkk @skanehira , I hope to get some feedback on the comments i made |
* Allows developers to add / remove keybindings from the blacklist * Added more precise errors * Made the simpleEditor simple again * Added some missing comments Signed-off-by: Glenn Vriesman <[email protected]>
@jesseduffield @mjarkk @skanehira all the comments have been implemented, lmk what you guys think |
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.
LGTM :)
No description provided.