From c879c1b2ac2168ce7ef2b3d5c483e5fb3451fb07 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Sun, 17 Nov 2024 17:04:10 +0100 Subject: [PATCH] change desc of --- 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 8db3234..bfefae5 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' }, '', 'bnextbd #', { desc = '[Q]uit the current window' }) +vim.keymap.set({ 'n', 'v' }, '', 'bnextbc #', { desc = '[C]lose the current buffer' }) vim.keymap.set({ 'n' }, '#', "'", { desc = '[Q]uit the current window' })