mirror of
https://github.com/DefectingCat/nvim
synced 2025-07-15 16:51:33 +00:00
change keymap
This commit is contained in:
@ -22,15 +22,15 @@ return {
|
||||
desc = "Hop motion search in current line before cursor",
|
||||
mode = { "n", "v" },
|
||||
},
|
||||
{
|
||||
"<leader><leader>",
|
||||
function()
|
||||
local hop = require("hop")
|
||||
hop.hint_words({ current_line_only = false })
|
||||
end,
|
||||
desc = "Hop motion search words after cursor",
|
||||
mode = { "n", "v" },
|
||||
},
|
||||
-- {
|
||||
-- "<leader><leader>",
|
||||
-- function()
|
||||
-- local hop = require("hop")
|
||||
-- hop.hint_words({ current_line_only = false })
|
||||
-- end,
|
||||
-- desc = "Hop motion search words after cursor",
|
||||
-- mode = { "n", "v" },
|
||||
-- },
|
||||
},
|
||||
opts = {
|
||||
keys = "etovxqpdygfblzhckisuran",
|
||||
|
Reference in New Issue
Block a user