AutoYADM commit: 2025-02-07 00:45:03
This commit is contained in:
parent
d869ac7e27
commit
4694e86003
3 changed files with 4 additions and 0 deletions
|
@ -58,6 +58,7 @@ M.init = function()
|
|||
set(l, r)
|
||||
end
|
||||
end
|
||||
vim.keymap.set("n", "n", "j")
|
||||
return out
|
||||
end
|
||||
|
||||
|
|
|
@ -3,6 +3,8 @@
|
|||
-- Add any additional keymaps here
|
||||
local wk = require("which-key")
|
||||
|
||||
-- vim.keymap.del("n", "n")
|
||||
-- vim.keymap.del("n", "N")
|
||||
local map = vim.keymap.set
|
||||
|
||||
-- required to remap special sequence
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
return {
|
||||
"chrisgrieser/nvim-spider",
|
||||
lazy = true,
|
||||
enabled = false,
|
||||
keys = {
|
||||
{ "e", "<cmd>lua require('spider').motion('e')<CR>", mode = { "n", "o", "x" } },
|
||||
{ "w", "<cmd>lua require('spider').motion('w')<CR>", mode = { "n", "o", "x" } },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue