upd
This commit is contained in:
parent
2fab75fd28
commit
fd7228b0cc
7 changed files with 114 additions and 69 deletions
7
lua/plugins/leap.lua
Normal file
7
lua/plugins/leap.lua
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
vim.keymap.set({ 'n', 'x', 'o' }, 's', '<Plug>(leap-forward)')
|
||||
vim.keymap.set({ 'n', 'x', 'o' }, 'S', '<Plug>(leap-backward)')
|
||||
-- vim.keymap.set({ 'n', 'x', 'o' }, 'gs', '<Plug>(leap-from-window)')
|
||||
|
||||
return {
|
||||
'ggandor/leap.nvim',
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue