Replies: 3 comments 4 replies
-
Edit: Scratch that, just realized this is for the difference between |
Beta Was this translation helpful? Give feedback.
-
Hi! I'm a bit confused, as I see vim jumps over the line with empty spaces as well. Could you maybe attach some example of the text? |
Beta Was this translation helpful? Give feedback.
-
I've tried this in vsvim and it works now as in vim :) No idea if this was recently fixed. Okay, in fact, I can't modify
But luckily, there are some plugins that can modify this behaviour and it was pretty easy to implement it for IdeaVim. So, I've added https://github.com/dbakker/vim-paragraph-motion plugin to IdeaVim and with the next release you can use modified Here is an issue in YouTrack: https://youtrack.jetbrains.com/issue/VIM-2290 |
Beta Was this translation helpful? Give feedback.
-
The other vim implementations I've seen -- vscode vim, vsvim, neovim, vim etc. -- all treat lines with only whitespace characters as being empty lines, so navigating using
{
and}
will stop at these lines. Ideavim seems to jump over them.Would be nice if this could be made to check for whitespace lines as well as blank lines, since a paragraph is visually a paragraph even if it has whitespace characters.
Beta Was this translation helpful? Give feedback.
All reactions