diff options
author | 2010-11-30 19:55:39 -0500 | |
---|---|---|
committer | 2010-11-30 19:55:39 -0500 | |
commit | c7b543e79b41d9a983cc89e264acd0472d09dc92 (patch) | |
tree | 9b28b836f65b396ea160ba91048fb030018ccdcc /modules/textadept/keys.lua | |
parent | 6c1afd75fc048e65cef5bfdbe68c79a082bdad43 (diff) | |
download | textadept-c7b543e79b41d9a983cc89e264acd0472d09dc92.tar.gz textadept-c7b543e79b41d9a983cc89e264acd0472d09dc92.zip |
New manual.
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 |