Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
feat: change keymap description
Browse files Browse the repository at this point in the history
  • Loading branch information
leisurelicht committed Aug 23, 2023
1 parent a28faec commit c76d49c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lichtvim/plugins/editor/which-key.lua
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ return {

wk.register({
-- d = { name = " Debugger" },
c = { name = " ShortCuts" },
c = { name = " Code" },
b = { name = "󰓩 Buffers" },
w = { name = " Window Split" },
}, { mode = "n", prefix = "<leader>", buffer = event.buf })
Expand Down

0 comments on commit c76d49c

Please sign in to comment.