Update README.md

This commit is contained in:
Xinhao Yuan 2019-08-18 18:52:46 -04:00 committed by GitHub
parent 610be92a8b
commit 1a9d94a9f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -71,13 +71,13 @@ There are three kinds of operations:
2. Operations taking argument string as a single number. 2. Operations taking argument string as a single number.
`s` shifting active region, `p` setting the maximum split depth `s` shift active region, `p` set the maximum split depth
3. Operation not taking argument. 3. Operation not taking argument.
`.` finish all regions, `-` finish the current region, `/` remove the current region, `;` no-op `.` finish all regions, `-` finish the current region, `/` remove the current region, `;` no-op
Argument string are composed of numbers and `,`. If the string contains `,`, it will be used to split argument into multiple numbers. Argument strings are composed of numbers and `,`. If the string contains `,`, it will be used to split argument into multiple numbers.
Otherwise, each digit in the string will be treated as a separated number in type 1 ops. Otherwise, each digit in the string will be treated as a separated number in type 1 ops.
Each operation may take argument string either from before (such as `22w`) or after (such as `w22`). Each operation may take argument string either from before (such as `22w`) or after (such as `w22`).