diff options
author | 2019-08-08 21:15:59 -0400 | |
---|---|---|
committer | 2019-08-08 21:15:59 -0400 | |
commit | 0e47dd7dbac02a4da93af5cde406153f4d9a5036 (patch) | |
tree | a6a997efb3159ded9698855aeb1b703b1cd10c89 /modules | |
parent | 88a5038c37ba95bab25742f2805fea75f329c67e (diff) | |
download | textadept-0e47dd7dbac02a4da93af5cde406153f4d9a5036.tar.gz textadept-0e47dd7dbac02a4da93af5cde406153f4d9a5036.zip |
Fixed LuaDoc for keybindings.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/textadept/keys.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/textadept/keys.lua b/modules/textadept/keys.lua index 0d66cbec..df4359f7 100644 --- a/modules/textadept/keys.lua +++ b/modules/textadept/keys.lua @@ -22,7 +22,7 @@ local M = {} -- Ctrl+W |⌘W |^W |Close file -- Ctrl+Shift+W |⌘⇧W |M-^W |Close all files -- None |None |None |Load session... --- None |None |None |Load session... +-- None |None |None |Save session... -- Ctrl+Q |⌘Q |^Q |Quit -- **Edit** | | | -- Ctrl+Z<br/>Alt+Bksp |⌘Z |^Z^(†)<br/>M-Z|Undo |