Skip to content

Commit 7d4f06b

Browse files
change keymap lmao
1 parent a10ff0d commit 7d4f06b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/core/autocommands.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ vim.api.nvim_create_user_command("CompileAndRun", function()
274274
end, {})
275275
vim.api.nvim_create_autocmd("FileType", {
276276
pattern = "cpp",
277-
command = "nnoremap <leader>fw :CompileAndRun<CR>",
277+
command = "nnoremap <leader>fc :CompileAndRun<CR>",
278278
})
279279

280280
-- Same as above but theres an input file (use it thru command line)

0 commit comments

Comments
 (0)