From 6f5337213a65dfb6cf608811976bf23896d97925 Mon Sep 17 00:00:00 2001 From: Joe Date: Mon, 18 Sep 2023 03:06:39 +0200 Subject: up --- .config/nvim/lua/bindings.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/nvim/lua') diff --git a/.config/nvim/lua/bindings.lua b/.config/nvim/lua/bindings.lua index 63ea8df..103ea58 100644 --- a/.config/nvim/lua/bindings.lua +++ b/.config/nvim/lua/bindings.lua @@ -1,4 +1,4 @@ -vim.keymap.set('n', '', ':call nerdcommenter#Comment(0,"toggle")', { noremap = true, silent = false }) +vim.keymap.set('n', '', ':call nerdcommenter#Comment(0,"toggle")', { noremap = true, silent = true }) vim.keymap.set('n', '', ':', { noremap = true, silent = false }) vim.keymap.set('n', '', ':bprevious', { noremap = true, silent = true }) vim.keymap.set('n', '', ':bnext', { noremap = true, silent = true }) -- cgit v1.2.3