From f3589e54f24cac04665a90ed61a4bce1b0a142c0 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sun, 12 Jul 2020 21:23:54 -0400 Subject: Be more consistent with "key sequences", "key commands", and "key bindings". Sequences are key strings, commands are Lua functions, and bindings are commands assigned to sequences. --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.lua') diff --git a/init.lua b/init.lua index 36ba839c..6653261c 100644 --- a/init.lua +++ b/init.lua @@ -346,7 +346,7 @@ end, 1) -- Sets default properties for a Scintilla window. events.connect(events.VIEW_NEW, function() local buffer, view = _G.buffer, _G.view - -- Allow redefinitions of these Scintilla key commands. + -- Allow redefinitions of these Scintilla key bindings. local ctrl_keys = { '[', ']', '/', '\\', 'Z', 'Y', 'X', 'C', 'V', 'A', 'L', 'T', 'D', 'U' } -- cgit v1.2.3