aboutsummaryrefslogtreecommitdiff
path: root/modules/cpp/commands.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2008-12-14 14:16:59 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2008-12-14 14:16:59 -0500
commitf30c20212df39d1a9d2cb2e3ecfcd18cc1720807 (patch)
treeac36e4e38bcb5f64f5b966e633661c890b7c24e4 /modules/cpp/commands.lua
parent74cb7d56350d4f83dde53be269673b9af7336c1b (diff)
downloadtextadept-f30c20212df39d1a9d2cb2e3ecfcd18cc1720807.tar.gz
textadept-f30c20212df39d1a9d2cb2e3ecfcd18cc1720807.zip
Changed language module main command key chain root from Alt+C to Alt+L.
Diffstat (limited to 'modules/cpp/commands.lua')
-rw-r--r--modules/cpp/commands.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/cpp/commands.lua b/modules/cpp/commands.lua
index db4197c5..2a47407d 100644
--- a/modules/cpp/commands.lua
+++ b/modules/cpp/commands.lua
@@ -9,7 +9,9 @@ local keys = _G.keys
if type(keys) == 'table' then
local m_editing = _m.textadept.editing
keys.cpp = {
- al = { textadept.io.open, _HOME..'/modules/cpp/init.lua' },
+ al = {
+ m = { textadept.io.open, _HOME..'/modules/cpp/init.lua' },
+ },
['s\n'] = { function()
buffer:line_end()
buffer:add_text(';')