summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrebuilt <[email protected]>2021-07-06 07:55:03 +0200
committerGitHub <[email protected]>2021-07-06 07:55:03 +0200
commit4c4d168ea9d22d68607bf6b0f3aec8c05fca2bc2 (patch)
tree5c85c4c4c57f422b086dc078ec9ced65b957ae17
parent1e8c7921702c48cd662cd293d710dd2b6dce77f4 (diff)
parentb6caebf60f535af7141d2ef1cbeab560b8797078 (diff)
Merge pull request #719 from abzcoding/telescope-project
Fix. Telescope project and packer had the same keybinding
-rw-r--r--lua/lv-which-key/init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/lv-which-key/init.lua b/lua/lv-which-key/init.lua
index 084be113..856bead4 100644
--- a/lua/lv-which-key/init.lua
+++ b/lua/lv-which-key/init.lua
@@ -295,7 +295,7 @@ if O.plugin.telescope_project.active then
-- open projects
vim.api.nvim_set_keymap(
"n",
- "<leader>p",
+ "<leader>P",
":lua require'telescope'.extensions.project.project{}<CR>",
{ noremap = true, silent = true }
)