From cc2186d1529b07708359e178c5893c855da4ba94 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Sat, 14 Jun 2025 18:16:30 +0900 Subject: modified plugins/compiler.lua --- ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/compiler.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/compiler.lua b/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/compiler.lua index d760594..e0894dc 100644 --- a/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/compiler.lua +++ b/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/compiler.lua @@ -23,7 +23,7 @@ return { -- Redo last selected option vim.api.nvim_set_keymap( "n", - "rc", + "re", "CompilerStop" -- (Optional, to dispose all tasks before redo) .. "CompilerRedo", { noremap = true, silent = true, desc = "Recompile" } -- cgit v1.2.3