refactor(nvim): Change whichkey invoke binding

This commit is contained in:
Price Hiller 2022-02-26 18:41:31 -06:00
parent a034d0e7a6
commit d33f21acc2

View File

@ -73,6 +73,6 @@ map("n", "<leader>nv", ":lua require('telescope').extensions.notify.notify()<CR>
map("n", "<leader>nd", ":lua require('notify').dismiss()<CR>")
-- Whichkey Mappings
map("n", "<leader>W", ":WhichKey<CR>")
map("n", "<leader>ww", ":WhichKey<CR>")
map("n", "<leader>wk", ":Telescope keymaps<CR>")
map("n", "<leader>wc", ":Telescope commands<CR>")