commit 50439ce092f7a29a333e8be9caa4ad530ce4da5e from: mischa date: Mon Apr 22 20:02:28 2019 UTC increment/decrement number, suggested by @gumnos commit - b379cdd53a20a5f58177964c5a38cb456b70fc54 commit + 50439ce092f7a29a333e8be9caa4ad530ce4da5e blob - 8c3b61046704c1f0316aaba2c22d18d85badd340 blob + c9d2c784a40c7165ff1f68c9757f6ca580700190 --- index.md +++ index.md @@ -34,6 +34,15 @@ Tested with [nvi](https://en.wikipedia.org/wiki/Nvi) 1 +## Increment / Decrement number in command mode + +(1) move cursor to number
+(2a) increment by one: #+
+(2b) increment by N (5): 5#+
+(3a) decrement by one: #-
+(3b) decrement by N (9): 9#- + + ## Add # to a block
@@ -46,7 +55,7 @@ Tested with [nvi](https://en.wikipedia.org/wiki/Nvi) 1
 	:'k,'ls/\ *$//
 
 
-## Remove the first N characters from every line
+## Remove the first N-characters from every line
 
 N = 5