config.ts: Add links to ex/text functions above {ex,i,input}maps

This commit is contained in:
glacambre 2018-11-02 12:57:31 +01:00
parent def94f795d
commit 4f1b2d5e8b
No known key found for this signature in database
GPG key ID: B9625DB1767553AC

View file

@ -69,6 +69,7 @@ class default_config {
/** /**
* exmaps contains all of the bindings for the command line. * exmaps contains all of the bindings for the command line.
* You can of course bind regular ex commands but also [editor functions](/static/docs/modules/_lib_editor_.html) and [commandline-specific functions](/static/docs/modules/_commandline_frame_.html).
*/ */
exmaps = { exmaps = {
"<Enter>": "ex.accept_line", "<Enter>": "ex.accept_line",
@ -104,6 +105,8 @@ class default_config {
/** /**
* inputmaps contain all of the bindings for "input mode". * inputmaps contain all of the bindings for "input mode".
* *
* On top of regular ex commands, you can also bind [editor functions](/static/docs/modules/_lib_editor_.html) in input mode.
*
* They consist of key sequences mapped to ex commands. * They consist of key sequences mapped to ex commands.
*/ */
inputmaps = { inputmaps = {
@ -120,6 +123,8 @@ class default_config {
/** /**
* imaps contain all of the bindings for "insert mode". * imaps contain all of the bindings for "insert mode".
* *
* On top of regular ex commands, you can also bind [editor functions](/static/docs/modules/_lib_editor_.html) in insert mode.
*
* They consist of key sequences mapped to ex commands. * They consist of key sequences mapped to ex commands.
*/ */
imaps = { imaps = {