From 8452e9a09f781064c35e22c1ca049eb86487ed02 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Sat, 10 Oct 2015 14:18:30 +0100 Subject: [PATCH] Document -with-maps --- README.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/README.asciidoc b/README.asciidoc index 536f7197..a74b50a1 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -890,6 +890,7 @@ Some parameters provide a way to change the context of execution: comma separated list , '*' as a name can be used to iterate on all buffers. * `-no-hooks`: disable hook execution while executing the keys/commands + * `-with-maps`: use user key mapping in `:exec` instead of built in keys. The execution stops when the last key/command is reached, or an error is raised.