Skip to content

Commit

Permalink
feat(config): added keymap to inspect an item. Useful for dev
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed May 30, 2024
1 parent 17131e2 commit 9da1a47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/trouble/config/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ local defaults = {
["<2-leftmouse>"] = "jump",
["<c-s>"] = "jump_split",
["<c-v>"] = "jump_vsplit",
i = "inspect",
p = "preview",
P = "toggle_auto_preview",
zo = "fold_open",
Expand Down

0 comments on commit 9da1a47

Please sign in to comment.