From 363a3420d1eef11e753860d431912e2f8e4bea1a Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Mon, 21 Jul 2008 18:31:30 -0400 Subject: Moved block comment key commands from language modules to _m.textadept.editing. --- core/ext/key_commands.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'core/ext/key_commands.lua') diff --git a/core/ext/key_commands.lua b/core/ext/key_commands.lua index 3af58a59..f9c108db 100644 --- a/core/ext/key_commands.lua +++ b/core/ext/key_commands.lua @@ -6,7 +6,7 @@ module('textadept.key_commands', package.seeall) --[[ - C: G Q + C: G A: A C G J K L O Q W X Z CS: C D G J L Q R S T U W SA: A C D E G H I J K L M O Q R S T W X Z @@ -122,6 +122,7 @@ keys.csm = { m_editing.match_brace, 'select' } keys['c '] = { m_editing.autocomplete_word, '%w_' } keys['a '] = { m_editing.autocomplete_word_from_dict, '/usr/share/dict/cracklib-small' } +keys.cq = { m_editing.block_comment } keys.cl = { m_editing.goto_line } keys.ck = { m_editing.smart_cutcopy, } keys.csk = { m_editing.smart_cutcopy, 'copy' } -- cgit v1.2.3