aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/key_commands.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2007-09-22 01:40:04 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2007-09-22 01:40:04 -0400
commit8e30b52bf0da10e091e2d8b93fa362186cc625fe (patch)
tree58e77ad798f58e7d69012e047af60724c2d0e688 /modules/textadept/key_commands.lua
parentaab557ed9d32478863eaed94adc622a58a7d7f7d (diff)
downloadtextadept-8e30b52bf0da10e091e2d8b93fa362186cc625fe.tar.gz
textadept-8e30b52bf0da10e091e2d8b93fa362186cc625fe.zip
Modified snippet key commands; modules/textadept/key_commands.lua
Diffstat (limited to 'modules/textadept/key_commands.lua')
-rw-r--r--modules/textadept/key_commands.lua5
1 files changed, 3 insertions, 2 deletions
diff --git a/modules/textadept/key_commands.lua b/modules/textadept/key_commands.lua
index c58c9afe..5d8c3bb0 100644
--- a/modules/textadept/key_commands.lua
+++ b/modules/textadept/key_commands.lua
@@ -109,8 +109,9 @@ keys.csay = { 'page_up_rect_extend', b }
-- Snippets commands.
local m_snippets = _m.textadept.lsnippets
keys.ci = { m_snippets.insert }
-keys.csi = { m_snippets.cancel_current }
-keys.cai = { m_snippets.list }
+keys.csi = { m_snippets.prev }
+keys.cai = { m_snippets.cancel_current }
+keys.casi = { m_snippets.list }
keys.ai = { m_snippets.show_style }
-- Editing commands.