aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/ext/key_commands.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/ext/key_commands.lua b/core/ext/key_commands.lua
index 9d8b0c1b..05a95805 100644
--- a/core/ext/key_commands.lua
+++ b/core/ext/key_commands.lua
@@ -150,6 +150,7 @@ if not MAC then
keys.ce = { m_editing.match_brace }
keys.cse = { m_editing.match_brace, 'select' }
keys['c\n'] = { m_editing.autocomplete_word, '%w_' }
+ keys['c\n\r'] = { m_editing.autocomplete_word, '%w_' } -- win32
keys.cq = { m_editing.block_comment }
-- TODO: { m_editing.current_word, 'delete' }
-- TODO: { m_editing.transpose_chars }