Last Updated: February 25, 2016
·
2.126K
· arti5m

Fixing broken "Enter" key in Sublime Text 2

<small>Source: Fixing broken Sublime Text hot keys</small>

You went on a Package Control spree and now your "Enter" key isn't working. Here's how to fix it:

Open the console by pressing Ctrl + ` and enter
sublime.log_commands(True)</code>

Sublime Console

Go back into the edit region, hit the Enter</code> key and note the console event.

Console Command Logging

"Find in Files" for this command in Packages folder.
<small>Find > Find in Files… (on Windows)</small>

Command Found

Edit the offending key-binding in the package's .sublime-keymap file.

Sublime Keymap

Happy Hacking!