vim-fanfingtastic icon indicating copy to clipboard operation
vim-fanfingtastic copied to clipboard

Find a char across lines

Results 4 vim-fanfingtastic issues
Sort by recently updated
recently updated
newest added

If your cursor is on the first line... ``` aaaaaaaaaaaaaaa aaaaaaaaaabaaaa ``` and you want to do `dtb` but then press `Esc` instead of `b` because you changed your mind,...

Pressing `v` after an operator toggles the exclusivity of the motion. (`:help o_v`) Without fanfingtastic installed, the command `dvFf` on this line: `foo bar tes` when the cursor is on...

Hi, There is the [vim-seek](https://github.com/goldfeld/vim-seek) plugin which maps `s` to find _two_ chars in a line instead of one. Just a thought: how annoying would it be to add this...

I am very happy using `f,` to jump to the next comma on a line later in the file. But when I do `df,` and I was intending it to...