diff options
Diffstat (limited to 'core/keys.lua')
-rw-r--r-- | core/keys.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/keys.lua b/core/keys.lua index d115d2e4..76de277f 100644 --- a/core/keys.lua +++ b/core/keys.lua @@ -85,6 +85,9 @@ local M = {} -- end) -- keys.mode = 'command_mode' -- default mode -- +-- **Warning**: When creating a mode, be sure to define a way to exit the mode, +-- otherwise you will probably have to restart Textadept. +-- -- ## Key Chains -- -- Key chains are a powerful concept. They allow you to assign multiple key |