Vim and neovim apparently have two different keys for motions and selections for the text object "paragraph". I find that a bit confusing, can anyone explain what the rationale is?
E.g. I use } to jump to the next paragraph, but I cannot use vi} to select the paragraph I'm currently in, I have to use vip instead. I cannot use p to jump to the next paragraph, though.
In contrast for the object "word" i can use w as a motion and viw as a selection.