aboutsummaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua2
1 files changed, 1 insertions, 1 deletions
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'
}