forked from ayamir/nvimdots
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Register readable prefix for grouped keymap settings (ayamir#1134)
* Use Nerd Font to replace the +prefix (It's just a demo) * Move insert registration into bind. * Fix unexpected shadow. * format code. * For tab instead of space. * chore(ci): fix linting * fix: works for buffer-related keymap by registering prefix immediately. Signed-off-by: ayamir <[email protected]> * chore(which-key): add more nerdfont for which-key prefix * fix: works for <space> as prefix. * refactor: update keymaps and defer register operation to shorten startup time. * clean up. * fixup: remove redundant code. * perf: reduce number of register queue insertion. Signed-off-by: ayamir <[email protected]> * refactor: use the statical way to set group names. * clean files. Signed-off-by: ayamir <[email protected]> --------- Signed-off-by: ayamir <[email protected]> Co-authored-by: Chui <[email protected]> Co-authored-by: CharlesChiuGit <[email protected]> Co-authored-by: ayamir <[email protected]>
- Loading branch information
1 parent
94ddf03
commit 3834865
Showing
8 changed files
with
78 additions
and
40 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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