From e64044b066a85e7e5d09bd07b5dc9c91d95b3abc Mon Sep 17 00:00:00 2001 From: Adam Poniatowski Date: Sun, 23 Feb 2025 18:11:00 +0100 Subject: [PATCH] cleanup: remove session-related keymaps --- lua/plugins/which-key.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/plugins/which-key.lua b/lua/plugins/which-key.lua index 14b874b5..8bede533 100644 --- a/lua/plugins/which-key.lua +++ b/lua/plugins/which-key.lua @@ -57,7 +57,6 @@ return { -- Useful plugin to show you pending keybinds. g = '[G]rep', d = '[D]iagnostics', r = '[R]esume last search', - ['.'] = 'Recent files', ['/'] = 'Search in open files', n = '[N]eovim config files', }},