Skip to content

Commit

Permalink
Add missing telescope which-key bindings
Browse files Browse the repository at this point in the history
Signed-off-by: Micah Halter <micah@balena.io>
  • Loading branch information
mehalter committed Apr 8, 2022
1 parent 68e7139 commit 79d014a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lua/configs/which-key.lua
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,15 @@ function M.config()
u = { "Update" },
},

f = {
name = "Find",
b = { "Buffers" },
f = { "Files" },
h = { "Help Tags" },
o = { "Old Files" },
w = { "Grep Words" },
},

g = {
name = "Git",
g = { "Lazygit" },
Expand Down

0 comments on commit 79d014a

Please sign in to comment.