diff options
Diffstat (limited to 'core/._M.luadoc')
-rw-r--r-- | core/._M.luadoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/._M.luadoc b/core/._M.luadoc index 479b88bb..20ea1c01 100644 --- a/core/._M.luadoc +++ b/core/._M.luadoc @@ -114,7 +114,7 @@ -- existing modules and it will not conflict with any default key bindings. -- For example: -- --- keys.lua[not OSX and not CURSES and 'cl' or 'ml'] = { +-- keys.lua[CURSES and 'meta+l' or OSX and 'cmd+l' or 'ctrl+l'] = { -- ... -- } -- |