feat(nvim): improve/add keybinds
This commit is contained in:
parent
d1159b1ea9
commit
66652a650c
4 changed files with 78 additions and 25 deletions
|
|
@ -1,7 +1,7 @@
|
|||
require("telescope").load_extension("zoxide")
|
||||
require("which-key").register({
|
||||
f = {
|
||||
name = "find",
|
||||
z = { "<cmd>Telescope zoxide list<cr>", "find location" },
|
||||
name = "file/find",
|
||||
z = { "<cmd>Telescope zoxide list<cr>", "Find location (Zoxide)" },
|
||||
},
|
||||
}, { prefix = "<leader>" })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue