From 7e3c8db3e607e142456c90be6dfe1af3bb8e9767 Mon Sep 17 00:00:00 2001 From: nuao Date: Sun, 29 Oct 2017 11:56:33 +0000 Subject: [PATCH] Correspond README with information box for map command's mode argument goto, view, and object modes appear as modes in the information box, so add these to the README. This commit also list all modes in the same order as given in the information box. Related to #1657 --- README.asciidoc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.asciidoc b/README.asciidoc index 97e806ba..9973eecc 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -1521,9 +1521,10 @@ You can redefine a key's meaning using the map command: :map -------------------------------- -`scope` can be one of `global`, `buffer` or `window` (or any prefix), -mode one of `insert`, `normal`, `prompt`, `menu` or `user` (or any prefix), -`key` a single key name and `keys` a list of keys. +`scope` can be one of `global`, `buffer` or `window` (or any prefix); +mode one of `normal`, `insert`, `menu`, `prompt`, `goto`, `view`, +`user` or `object` (or any prefix); `key` a single key name and `keys` +a list of keys. `user` mode allows for user mapping behind the `,` key. Keys will be executed in normal mode.