Add default keymap documentation (#199)

This commit is contained in:
Janis-Leuenberger
2021-05-20 13:43:56 +02:00
committed by GitHub
parent a02691f18e
commit b15914d664
2 changed files with 115 additions and 0 deletions
+2
View File
@@ -149,6 +149,8 @@ local keymap = require "core.keymap"
keymap.add { ["ctrl+q"] = "core:quit" }
```
A list of default mappings can be viewed [here](./default-keymap.md).
## Plugins
Plugins in lite are normal lua modules and are treated as such — no