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