mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-01 14:39:39 +00:00
nvim/leap: fix plugin binding
This commit is contained in:
parent
a12fabd33d
commit
261ffa3ff1
1 changed files with 1 additions and 1 deletions
|
|
@ -1,3 +1,3 @@
|
|||
local leap = require("leap")
|
||||
vim.keymap.set({ "n", "x", "o" }, "s", function() leap.leap() end)
|
||||
vim.keymap.set({ "n", "x", "o" }, "s", function() leap.leap { backward = false } end)
|
||||
vim.keymap.set("n", "S", function() leap.leap { backward = true } end)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue