From 2a0ca245a538add7abb28119a9b4d1627a00860c Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Mon, 12 Dec 2022 17:13:23 +0100 Subject: [PATCH] chore(nvim): switch keymaps of Pounce and Projects --- nvim/after/plugin/whichkey.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" },