From 83cc31aa6b6fc44faefa5d96f4eaf0bcd4fc397d Mon Sep 17 00:00:00 2001 From: Joe Date: Fri, 22 Sep 2023 11:52:25 +0200 Subject: up --- .config/nvim/after/plugin/whichkey.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/nvim/after/plugin/whichkey.lua') diff --git a/.config/nvim/after/plugin/whichkey.lua b/.config/nvim/after/plugin/whichkey.lua index 71274e1..05f29e9 100644 --- a/.config/nvim/after/plugin/whichkey.lua +++ b/.config/nvim/after/plugin/whichkey.lua @@ -4,7 +4,7 @@ local wk = require('which-key') wk.register({ b = { ':Buffers', 'buffers', noremap = true, silent = true }, c = { name = '+nerd-commenter' }, - d = { ':bd', 'close buffer', noremap = true, silent = false }, + d = { ':bd', 'close buffer', noremap = true, silent = true }, e = { ':Telescope find_files', 'find files', noremap = true, silent = true }, G = { ':FloatermNew lazygit', 'lazygit', noremap = true, silent = true }, h = { ':Startify', 'startify', noremap = true, silent = true }, -- cgit v1.2.3