summaryrefslogtreecommitdiffstats
path: root/.config/nvim/after/plugin/whichkey.lua
diff options
context:
space:
mode:
Diffstat (limited to '.config/nvim/after/plugin/whichkey.lua')
-rw-r--r--.config/nvim/after/plugin/whichkey.lua2
1 files changed, 1 insertions, 1 deletions
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<CR>', 'buffers', noremap = true, silent = true },
c = { name = '+nerd-commenter' },
- d = { ':bd<CR>', 'close buffer', noremap = true, silent = false },
+ d = { ':bd<CR>', 'close buffer', noremap = true, silent = true },
e = { ':Telescope find_files<CR>', 'find files', noremap = true, silent = true },
G = { ':FloatermNew lazygit<CR>', 'lazygit', noremap = true, silent = true },
h = { ':Startify<CR>', 'startify', noremap = true, silent = true },