feat(nvim): improve/add keybindings

This commit is contained in:
Moritz Böhme 2023-04-10 15:14:04 +02:00
parent 5fc963c537
commit 2af3432410
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
4 changed files with 24 additions and 14 deletions

View file

@ -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" })