This commit is contained in:
QQ 2023-10-10 18:26:42 +08:00
parent 06c1c92cf3
commit 638c016838
2 changed files with 2 additions and 3 deletions

View File

@ -36,6 +36,4 @@ end
G.g.mapleader = ' ' G.g.mapleader = ' '
return G return G

View File

@ -6,7 +6,8 @@ return {
"HopChar2MW", "HopChar2MW",
}, },
keys = { keys = {
"f","F","t","T" "f","F","t","T",
"<leader>f", "<leader>F"
}, },
lazy = true, lazy = true,
config = function () config = function ()