Rewrite commenting scripts
This commit is contained in:
parent
a56f7ba603
commit
7046de9503
3 changed files with 14 additions and 18 deletions
|
|
@ -82,8 +82,8 @@ I spawn Acme by running `a` script.
|
|||
Who is who in **bin** directory:
|
||||
|
||||
- `a` start Acme
|
||||
- `c+ SYMBOL` add comment (python: `|c+` or `|c+ '#'`, erlang: `|c+ %`, js: `|c+ //`)
|
||||
- `c- SYMBOL` delete comment (python/erlang: `|c-`, js: `|c- //`)
|
||||
- `c+ SYMBOL` comment selection (python: `|c+` or `|c+ '#'`, erlang: `|c+ %`, js: `|c+ //`)
|
||||
- `c- SYMBOL` uncomment selection
|
||||
- `g+ WHAT` recursively grep current directory
|
||||
- `git+ MESSAGE` git: commit and push to master
|
||||
- `h+` heading
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue