diff --git a/nvim/after/plugin/whichkey.lua b/nvim/after/plugin/whichkey.lua index f0f516c..c14f888 100644 --- a/nvim/after/plugin/whichkey.lua +++ b/nvim/after/plugin/whichkey.lua @@ -14,7 +14,7 @@ local mappings = { i = { "silent !open -a iA\\ Writer.app '%:p'", "iA Writer" }, j = { "b#", "Toggle Buffers" }, o = { "SymbolsOutline", "Symbols Outline" }, - p = { "Telescope projects", "Projects" }, + p = { "Pounce", "Pounce" }, q = { "Bdelete!", "Close Buffer" }, s = { "lua require('spectre').open_file_search()", @@ -122,7 +122,7 @@ local mappings = { u = { "Telescope frecency", "MRU (Frequency)" }, }, }, - P = { "Pounce", "Pounce" }, + P = { "Telescope projects", "Projects" }, Q = { "q!", "Quit" }, R = { "lua vim.lsp.buf.rename()", "Rename" }, S = { "lua require('spectre').open_visual({select_word=true})", "Spectre Current Word" },