Skip to content

Commit

Permalink
feat(which-key): add Inspect keymap
Browse files Browse the repository at this point in the history
  • Loading branch information
cpea2506 committed Jul 9, 2023
1 parent fcbb379 commit b3c8274
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/pea/builtin/which_key.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ local which_key = {
name = "Trouble",
o = { "<cmd>TroubleToggle<cr>", "Show diagnostics" },
},
i = { "<cmd>Inspect<cr>", "Inspect highlighting" },
T = {
u = { "<cmd>TSUpdateSync<cr>", "Sync update" },
h = { "<cmd>TSHighlightCapturesUnderCursor<cr>", "Show highlighting group" },
Expand Down

0 comments on commit b3c8274

Please sign in to comment.