summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2011-12-28 19:09:54 +0000
committerMaxime Coste <frrrwww@gmail.com>2011-12-28 19:09:54 +0000
commitee7bc9ddc0c24939284074ff3cf7e4d41399a305 (patch)
tree100ce20df2e2cb24fbaeee63955c0674549cfd41
parentf93d3d59e8a46bd5b027a89e0e2f8d516750f048 (diff)
README: update
-rw-r--r--README.asciidoc6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.asciidoc b/README.asciidoc
index 6d3ac1a0..925776ce 100644
--- a/README.asciidoc
+++ b/README.asciidoc
@@ -81,6 +81,9 @@ Changes
* _alt-j_: join selected lines
+ * _|_: pipe each selections through the given external filter program
+ and replace with it's output.
+
Multi Selection
---------------
@@ -132,6 +135,9 @@ added or removed with :addfilter <filter_name> <filter_parameters...> and
exisiting filters are:
* *preserve_indent*: insert previous line indent when inserting a newline
+* *cleanup_whitespaces*: remove trailing whitespaces on the previous line
+ when inserting an end-of-line.
+* *expand_tabulations*: insert spaces instead of tab characters
Hooks
-----