that didnt work so map it to t instead

This commit is contained in:
cy 2024-12-18 11:53:22 -05:00
parent 0794c28d54
commit ed27a57731

View file

@ -7,10 +7,10 @@ hop.setup {
quit_key = "<Esc", quit_key = "<Esc",
} }
keymap.set({ 'n', 'v', 'o' }, 'F', "", { keymap.set({ 'n', 'v', 'o' }, 't', "", {
silent = true; silent = true;
noremap = true; noremap = true;
callback = function() callback = function()
hop.hint_char2() hop.hint_char1()
end, end,
}) })