first commit
This commit is contained in:
parent
5bdde24dfb
commit
e3a11a0ba5
27 changed files with 890 additions and 952 deletions
9
lua/custom/plugins/leap.lua
Normal file
9
lua/custom/plugins/leap.lua
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
return {
|
||||
'ggandor/leap.nvim',
|
||||
event = 'VeryLazy',
|
||||
config = function()
|
||||
vim.keymap.set({ 'n', 'x', 'o' }, 's', '<Plug>(leap-forward)', { noremap = true, silent = true })
|
||||
vim.keymap.set({ 'n', 'x', 'o' }, 'S', '<Plug>(leap-backward)', { noremap = true, silent = true })
|
||||
vim.keymap.set({ 'n', 'x', 'o' }, 'gs', '<Plug>(leap-from-window)', { noremap = true, silent = true })
|
||||
end,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue