aboutsummaryrefslogtreecommitdiff
path: root/core/keys.lua
diff options
context:
space:
mode:
Diffstat (limited to 'core/keys.lua')
-rw-r--r--core/keys.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/keys.lua b/core/keys.lua
index ce4a2cc0..ced1ff80 100644
--- a/core/keys.lua
+++ b/core/keys.lua
@@ -61,7 +61,7 @@ local M = {}
-- keys['cn'] = buffer.new
-- keys['cz'] = buffer.undo
-- keys['a('] = {textadept.editing.enclose, '(', ')'}
--- keys['cu'] = function() io.snapopen(_USERHOME) end
+-- keys['cu'] = function() io.quick_open(_USERHOME) end
--
-- Textadept handles [`buffer`]() references properly in static contexts.
--