Open
Description
flit.nvim
enchances the f
t
command by labeling mutiple matches to jump to. But when I'm recording a macro, if I use f
or t
command in the macro, sometimes it will mess up the macro behavior and jump to somewhere i didn't intend to. For example, I records a macro of f,h
, meaning find next ,
and move one character left, then i apply this macro to multiple lines. But if these is a label h
existing after f
, the h
will jump to it, making the macro totally unpredictable.
Metadata
Metadata
Assignees
Labels
No labels