that didnt work so map it to t instead
This commit is contained in:
parent
0794c28d54
commit
ed27a57731
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Reference in a new issue