philc / vimium

The hacker's browser.
https://chrome.google.com/webstore/detail/vimium/dbepggeogbaibhgnhhndojpepiihcmeb
MIT License
23.03k stars 2.48k forks source link

Selecting paragraph in visual mode #3301

Open victorvianna opened 5 years ago

victorvianna commented 5 years ago

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?

gdh1995 commented 5 years ago

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

niderhoff commented 3 months ago

Why are those not available in normal mode?

I use them a lot to navigate in VIM.