From 1e52cce66f981bfc6e37c0db60e923bebd1d3c8f Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Mon, 2 Dec 2024 23:25:23 +0100 Subject: [PATCH] nothing --- lua/custom/maps/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/custom/maps/init.lua b/lua/custom/maps/init.lua index bfefae5..8522345 100644 --- a/lua/custom/maps/init.lua +++ b/lua/custom/maps/init.lua @@ -54,7 +54,7 @@ vim.keymap.set('n', ']d', vim.diagnostic.goto_next, { desc = 'Go to next [D]iagn -- let me out!!! vim.keymap.set({ 'n', 'v' }, 'qqq', 'bnextbd #', { desc = '[Q]uit the current window' }) -vim.keymap.set({ 'n', 'v' }, '', 'bnextbc #', { desc = '[C]lose the current buffer' }) +vim.keymap.set({ 'n', 'v' }, '', 'bnextbd #', { desc = '[C]lose the current buffer' }) vim.keymap.set({ 'n' }, '#', "'", { desc = '[Q]uit the current window' })