vimium icon indicating copy to clipboard operation
vimium copied to clipboard

Selecting paragraph in visual mode

Open victorvianna opened this issue 6 years ago • 2 comments

I normally select a paragraph in vim with v-a-p, but with vimium the p makes me go to a search engine. I searched the possible commands for the custom keybindings but didn't find one that could fulfill this. Is there any way to achieve this binding?

victorvianna avatar Apr 26 '19 13:04 victorvianna

As said in the code below, { and } are used to jump once a paragraph.

https://github.com/philc/vimium/blob/3ed13fa2371910a0826abb100fea0959edb703e4/content_scripts/mode_visual.coffee#L176-L181

gdh1995 avatar Apr 26 '19 16:04 gdh1995

Why are those not available in normal mode?

I use them a lot to navigate in VIM.

niderhoff avatar Jun 13 '24 14:06 niderhoff