feat(nvim): improve/add keybinds

This commit is contained in:
Moritz Böhme 2023-04-09 19:31:14 +02:00
parent d1159b1ea9
commit 66652a650c
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
4 changed files with 78 additions and 25 deletions

View file

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