[vim] word counting
This commit is contained in:
parent
25879199d7
commit
49130de071
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ NORMAL MODE
|
||||||
<C-W>[HJKL] Move split to extreme left, bottom, top, right
|
<C-W>[HJKL] Move split to extreme left, bottom, top, right
|
||||||
c% Replace argument with arbitrary nested paren/brackets/etc...
|
c% Replace argument with arbitrary nested paren/brackets/etc...
|
||||||
https://thepugautomatic.com/2014/03/vims-life-changing-c-percent/
|
https://thepugautomatic.com/2014/03/vims-life-changing-c-percent/
|
||||||
|
g<C-G> count words
|
||||||
|
|
||||||
VISUAL MODE
|
VISUAL MODE
|
||||||
<C-V>g<C-A/X> Convert column of identical number to inc/decrementing list
|
<C-V>g<C-A/X> Convert column of identical number to inc/decrementing list
|
||||||
|
|
Loading…
Reference in a new issue