add: update config

This commit is contained in:
asep komarudin 2024-02-29 20:33:22 +07:00
parent c045fc1f63
commit 554d68c7ae
2 changed files with 2 additions and 7 deletions

View file

@ -1,6 +1 @@
-- custom key maps disini
local function map(mode, l, r, desc)
vim.keymap.set(mode, l, r, { desc = desc })
end
-- click ctrl + Left mouse buttn to run
map("t", "<C-LeftMouse>", "<cmd>lua print('Run Link')<cr>", "Run Link")