diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/lua/commands.lua | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/lua/commands.lua b/modules/lua/commands.lua index be33337b..26fb08a1 100644 --- a/modules/lua/commands.lua +++ b/modules/lua/commands.lua @@ -9,8 +9,7 @@ module('_m.lua.commands', package.seeall) -- -- + `Alt+l, m`: Open this module for editing. -- + `Alt+l, g`: Goto file being 'require'd on the current line. --- + `Shift+Return`: Try to autocomplete an `if`, `for`, etc. statement with --- `end`. +-- + `Return`: Try to autocomplete an `if`, `for`, etc. statement with `end`. -- + `.`: When to the right of a known identifier, show an autocompletion list -- of fields. -- + `:`: When to the right of a known identifier, show an autocompletion list |