diff options
-rw-r--r-- | core/ext/key_commands.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/ext/key_commands.lua b/core/ext/key_commands.lua index 98d32490..b8dbb816 100644 --- a/core/ext/key_commands.lua +++ b/core/ext/key_commands.lua @@ -203,7 +203,7 @@ if not MAC then keys['f2'] = { t.command_entry.focus } -- Run local m_run = _m.textadept.run - keys.cr = { m_run.go } + keys.cr = { m_run.run } keys.cR = { m_run.compile } -- Snippets local m_snippets = _m.textadept.lsnippets |