mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-07-02 21:44:29 +02:00
add: update config
This commit is contained in:
parent
c045fc1f63
commit
554d68c7ae
2 changed files with 2 additions and 7 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue