-
Notifications
You must be signed in to change notification settings - Fork 462
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
chores: rearrange wm keymaps #1363
Conversation
It make sense to me to move those Don't forgot to remove this line, update |
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
Right, I've done. |
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, also https://github.com/ayamir/nvimdots/wiki/Keybindings is updated.
ready to merge.
This is basically a follow-up for #1363! I combined builtin & plugin keymaps, cleaned up some comments (lol "suckless"), and made `ui.lua` export-ready Signed-off-by: Jint-lzxy <[email protected]>
This is basically a follow-up for #1363! I combined builtin & plugin keymaps, cleaned up some comments (lol "suckless"), and made `ui.lua` export-ready Signed-off-by: Jint-lzxy <[email protected]>
I put wm keymaps into
keymap/ui.lua
and divided them intobuiltin_map
andplug_map
. It's strightfoward and maybe you could like it.