Script:3426
Talk0
1,599pages on
this wiki
this wiki
Use this page to discuss script 3426 LispXp: Lisp snippets for xptemplate
- Add constructive comments, bug reports, or discuss improvements (see the guideline).
- Do not document the script here (the author should do that on vim.org).
- This page may be out of date: check the script's vim.org page above, and its release notes.
Synonyms
Edit
Some snippets have synonyms that can be used as another name for the snippet in question.
For instance, instead of typing "delete-if-not" you could just type "difn".
Here is a list of snippets and their synonyms, as of version 1.9:
| Snippet | Synonyms |
|---|---|
| delete-if | dif, delif |
| delete-if-not | difn, delifn |
| / | divide |
| - | minus |
| * | multiply |
| + | plus |
| rassoc-if | rasif, rassocif |
| rassoc-if-not | rasifn, rassocifnot |
| remove-if | rif, remif, removeif |
| remove-if-not | rifn, remifn, removeifnot |