I just got the idea that I wanted to make it so that Vim centered around a line when I jump to it.
Is there a way to make zz
be executed automatically after I have called the colon command followed by only digits (:175
for example)?
I just got the idea that I wanted to make it so that Vim centered around a line when I jump to it. Is there a way to make |
|||
You can override normal-mode commands (like
but that would affect all jumps, or a custom command, e.g. Best re-teach yourself to use
|
|||
|
175Gzz
– Bernhard Apr 19 at 9:45175zz
. – Random832 Apr 19 at 12:44