diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-06-14 18:16:30 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-06-14 18:16:30 +0900 |
| commit | cc2186d1529b07708359e178c5893c855da4ba94 (patch) | |
| tree | 9395c635787a6f3b39223fdc3b2b2e448aab4357 | |
| parent | 63956db482b42e2d062412182e17f4b54f6cb27b (diff) | |
modified plugins/compiler.lua
| -rw-r--r-- | ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/compiler.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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", - "<leader>rc", + "<leader>re", "<cmd>CompilerStop<cr>" -- (Optional, to dispose all tasks before redo) .. "<cmd>CompilerRedo<cr>", { noremap = true, silent = true, desc = "Recompile" } |
