Skip to content

Commit

Permalink
fix: use vim make rather than console make
Browse files Browse the repository at this point in the history
  • Loading branch information
kaichevannes committed Nov 12, 2024
1 parent 8af6f9d commit d685992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/config/remap.lua
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ vim.keymap.set("n", "<C-x>", "<cmd>normal! <C-a><CR>")
vim.keymap.set("n", "<C-z>", "<cmd>normal! <C-x><CR>")

-- Compile file
vim.keymap.set("n", "<F5>", "<cmd>!make %:r<CR>")
vim.keymap.set("n", "<F5>", "<cmd>make %:r<CR>")

0 comments on commit d685992

Please sign in to comment.