mirror of
https://github.com/vale981/tridactyl
synced 2025-03-06 01:51:40 -05:00
config.ts: Add links to ex/text functions above {ex,i,input}maps
This commit is contained in:
parent
def94f795d
commit
4f1b2d5e8b
1 changed files with 5 additions and 0 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue