summaryrefslogtreecommitdiffstats
path: root/.config/nvim
diff options
context:
space:
mode:
authorJoe <bousset.rudy@gmail.com>2023-09-18 03:06:39 +0200
committerJoe <bousset.rudy@gmail.com>2023-09-18 03:06:39 +0200
commit6f5337213a65dfb6cf608811976bf23896d97925 (patch)
tree4989f0b5d261e6eb6c70db56ba670d469251d816 /.config/nvim
parentup (diff)
downloaddotfiles-bsd-6f5337213a65dfb6cf608811976bf23896d97925.tar.gz
dotfiles-bsd-6f5337213a65dfb6cf608811976bf23896d97925.tar.bz2
dotfiles-bsd-6f5337213a65dfb6cf608811976bf23896d97925.tar.xz
dotfiles-bsd-6f5337213a65dfb6cf608811976bf23896d97925.tar.zst
dotfiles-bsd-6f5337213a65dfb6cf608811976bf23896d97925.zip
up
Diffstat (limited to '.config/nvim')
-rw-r--r--.config/nvim/lua/bindings.lua2
1 files changed, 1 insertions, 1 deletions
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', '<M-;>', ':call nerdcommenter#Comment(0,"toggle")<CR>', { noremap = true, silent = false })
+vim.keymap.set('n', '<M-;>', ':call nerdcommenter#Comment(0,"toggle")<CR>', { noremap = true, silent = true })
vim.keymap.set('n', '<M-x>', ':', { noremap = true, silent = false })
vim.keymap.set('n', '<M-k>', ':bprevious<CR>', { noremap = true, silent = true })
vim.keymap.set('n', '<M-j>', ':bnext<CR>', { noremap = true, silent = true })