Open
Description
I like using f/F for flit and t/T for Leap. Can we make flit have optional keybindings very much like Leap does?
Right now my config is:
use {
'ggandor/flit.nvim',
requires = { 'ggandor/leap.nvim' },
config = function()
require('flit').setup {
keys = { f = 'f', F = 'F', t = 'ggt', T = 'ggT' },
}
end,
}
I would like to just define:
require('flit').setup {
keys = { f = 'f', F = 'F'},
}
Or just have the ability to call (flit-forward-to) like I do with Leap!
Metadata
Metadata
Assignees
Labels
No labels