Vim Section Navigation
Normally #Vim uses easy to remember mnemonics like d2w (delete two
words).
But when it comes to section navigation using ‘[[‘, ‘]]‘, ‘[]‘,
and ‘][‘ it looks weired.
At least if you expect, that the opening and closing brackets are
somehow matching opening
and closing braces.
(In C like languages function scopes {…} are sections …
more ...