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)
|
set(l, r)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
vim.keymap.set("n", "n", "j")
|
||||||
return out
|
return out
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
@ -3,6 +3,8 @@
|
||||||
-- Add any additional keymaps here
|
-- Add any additional keymaps here
|
||||||
local wk = require("which-key")
|
local wk = require("which-key")
|
||||||
|
|
||||||
|
-- vim.keymap.del("n", "n")
|
||||||
|
-- vim.keymap.del("n", "N")
|
||||||
local map = vim.keymap.set
|
local map = vim.keymap.set
|
||||||
|
|
||||||
-- required to remap special sequence
|
-- required to remap special sequence
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
return {
|
return {
|
||||||
"chrisgrieser/nvim-spider",
|
"chrisgrieser/nvim-spider",
|
||||||
lazy = true,
|
lazy = true,
|
||||||
|
enabled = false,
|
||||||
keys = {
|
keys = {
|
||||||
{ "e", "<cmd>lua require('spider').motion('e')<CR>", mode = { "n", "o", "x" } },
|
{ "e", "<cmd>lua require('spider').motion('e')<CR>", mode = { "n", "o", "x" } },
|
||||||
{ "w", "<cmd>lua require('spider').motion('w')<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