Vim Tips Wiki
Advertisement

Use this page to discuss script 3426 3426

  • 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.

LispXP

Synonyms

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


Comments

Advertisement