nvim/lua/keymaps/functions.lua

3 lines
120 B
Lua
Raw Permalink Normal View History

2024-06-08 16:38:50 +07:00
-- Quick compilation with GCC and running
vim.keymap.set('n', 'co', '<cmd>:!gcc -o test % && ./test', {noremap = true})