install.sh, keymaps, settings
This commit is contained in:
2
lua/keymaps/functions.lua
Normal file
2
lua/keymaps/functions.lua
Normal file
@@ -0,0 +1,2 @@
|
||||
-- Quick compilation with GCC and running
|
||||
vim.keymap.set('n', 'co', '<cmd>:!gcc -o test % && ./test', {noremap = true})
|
Reference in New Issue
Block a user