diff options
| -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" } |
