diff options
Diffstat (limited to 'modules/textadept/keys.lua')
-rw-r--r-- | modules/textadept/keys.lua | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/modules/textadept/keys.lua b/modules/textadept/keys.lua index df088b44..1b79e9ae 100644 --- a/modules/textadept/keys.lua +++ b/modules/textadept/keys.lua @@ -106,15 +106,6 @@ module('_m.textadept.keys', package.seeall) -- Therefore, any module containing key commands should be loaded after all -- other modules, whose functions are being referenced, have been loaded. -- --- ## Configuration --- --- It is not recommended to edit Textadept's `modules/textadept/keys.lua`. --- Instead you can modify `_G.keys` from within your `~/.textadept/init.lua` or --- from a file `require`d by your `init.lua`. - --- Windows and Linux key commands are listed in the first block. --- Mac OSX key commands are listed in the second block. --- -- ## Events -- -- The following is a list of all key events generated in |