From 750a2169b1632000d5c339a241778635d40bf140 Mon Sep 17 00:00:00 2001 From: David Ibia Date: Mon, 1 Jul 2024 15:54:27 +0100 Subject: [PATCH] refactor(remap.lua): remove unused VIM Maximizer keymap and description to clean up code and improve readability --- lua/absolute/remap.lua | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lua/absolute/remap.lua b/lua/absolute/remap.lua index 61d9a70..4ec6bbf 100644 --- a/lua/absolute/remap.lua +++ b/lua/absolute/remap.lua @@ -101,11 +101,6 @@ vim.keymap.set("n", "", function() end end, opts) --- Manage VIM Maximizer -opts.desc = "Toggle TMUX Pane" -vim.keymap.set("n", "`", "NvimTreeToggle", opts) - - -- Optimize Window Resize -- Resize Window Right