rhysd / clever-f.vim

Extended f, F, t and T key mappings for Vim.
https://rhysd.github.io/clever-f.vim
1.01k stars 44 forks source link

Introduction in documentation is a little unclear #52

Open AlexDikelsky opened 4 years ago

AlexDikelsky commented 4 years ago

In doc/clever-f.txt, it says

|F| after |f|{char} and |F|{char} is also available to undo a jump.

This is a little unclear because doing something like fpFF starting at "start here"

first p second p start here third p

Will take you back to the first p rather than one of the other ones.