revert back <cmd> for most things

This commit is contained in:
RingOfStorms (Joshua Bell) 2023-12-08 01:26:57 -06:00
parent 724194b956
commit 89a0aa8536
12 changed files with 33 additions and 33 deletions

View file

@ -13,6 +13,6 @@ return {
require('telescope').load_extension("notify")
end,
keys = {
{ "<leader>fn", ":Telescope notify<cr>", desc = "Telescope search notifications", mode = { "n", "v", "x" } },
{ "<leader>fn", "<cmd>Telescope notify<cr>", desc = "Telescope search notifications", mode = { "n", "v", "x" } },
},
}