[vim] word counting

This commit is contained in:
lhark 2021-08-27 20:15:52 +02:00
parent 25879199d7
commit 49130de071

View file

@ -6,6 +6,7 @@ NORMAL MODE
<C-W>[HJKL] Move split to extreme left, bottom, top, right
c% Replace argument with arbitrary nested paren/brackets/etc...
https://thepugautomatic.com/2014/03/vims-life-changing-c-percent/
g<C-G> count words
VISUAL MODE
<C-V>g<C-A/X> Convert column of identical number to inc/decrementing list