Fix number pad enter key in Sublime

Add a key mapping like this to user key mappings:
Preferences -> Key Binding – User

{ "keys": ["keypad_enter"], "command": "find_next", "context":
  [{"key": "panel", "operand": "find"}, {"key": "panel_has_focus"}]
}

Leave a Reply

Your email address will not be published. Required fields are marked *