diff options
Diffstat (limited to 'core/._M.luadoc')
-rw-r--r-- | core/._M.luadoc | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/core/._M.luadoc b/core/._M.luadoc index db7211f7..8f94a93d 100644 --- a/core/._M.luadoc +++ b/core/._M.luadoc @@ -99,13 +99,11 @@ -- and insert a new line. This command could be bound to the `Shift+Enter` (`⇧↩` -- on macOS | `S-Enter` in the terminal version) key for easy access: -- --- keys.cpp = { --- ['s\n'] = function() --- buffer:line_end() --- buffer:add_text(';') --- buffer:new_line() --- end --- } +-- keys.cpp['shift+\n'] = function() +-- buffer:line_end() +-- buffer:add_text(';') +-- buffer:new_line() +-- end -- -- When defining key bindings for other commands, you may make use of a `Ctrl+L` -- (`⌘L` on macOS | `M-L` in the terminal version) keychain. Traditionally this |