aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2016-05-01 11:56:47 +0200
committerMarc André Tanner <mat@brain-dump.org>2016-05-01 12:38:40 +0200
commitffc9062fe803b71510b1d4f6ba8d4bfa24e798fa (patch)
tree98175e7b5bbde3e8874d96bd9b2a57d7fb89f70a /README.md
parenteb7279f5b0a0fcfec92857b042f498f935e39af9 (diff)
downloadvis-ffc9062fe803b71510b1d4f6ba8d4bfa24e798fa.tar.gz
vis-ffc9062fe803b71510b1d4f6ba8d4bfa24e798fa.tar.xz
vis-lua: expose vis:feedkeys API
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index ecae68e..5474b9a 100644
--- a/README.md
+++ b/README.md
@@ -598,6 +598,7 @@ At this time there exists no API stability guarantees.
- `motion(id)` select/execute a motion
- `command_register(name, function(argv, force, win, cursor, range))` hook up a Lua function to `:name` command
- `map(mode, key, function)` map a Lua function to `key` in `mode`
+ - `feedkeys(keys)` interpret `keys` as if they were read from the keyboard. If called from a key handling function, the keys will only be processed *after* the current key handling function has returned.
- `file`
- `content(pos, len)` or `content({start, finish})`
- `insert(pos, data)`