diff options
author | Joe <rrbo@proton.me> | 2023-09-22 11:52:25 +0200 |
---|---|---|
committer | Joe <rrbo@proton.me> | 2023-09-22 11:52:25 +0200 |
commit | 83cc31aa6b6fc44faefa5d96f4eaf0bcd4fc397d (patch) | |
tree | de3477946c42cb5b65ca82724c86778ffa04b56a /.config/nvim/after/plugin/whichkey.lua | |
parent | up (diff) | |
download | dotfiles-bsd-83cc31aa6b6fc44faefa5d96f4eaf0bcd4fc397d.tar.gz dotfiles-bsd-83cc31aa6b6fc44faefa5d96f4eaf0bcd4fc397d.tar.bz2 dotfiles-bsd-83cc31aa6b6fc44faefa5d96f4eaf0bcd4fc397d.tar.xz dotfiles-bsd-83cc31aa6b6fc44faefa5d96f4eaf0bcd4fc397d.tar.zst dotfiles-bsd-83cc31aa6b6fc44faefa5d96f4eaf0bcd4fc397d.zip |
up
Diffstat (limited to '')
-rw-r--r-- | .config/nvim/after/plugin/whichkey.lua | 2 |
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 }, |