1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-09-19 08:47:46 +03:00

Document -with-maps

This commit is contained in:
Maxime Coste 2015-10-10 14:18:30 +01:00
parent 50f5140cbd
commit 8452e9a09f

View File

@ -890,6 +890,7 @@ Some parameters provide a way to change the context of execution:
comma separated list <names>, '*' 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.