- Move line up or down:
Command + Control + up arrow/down arrow - Place a cursor on every matched text from find:
Option + Enter
Found in Preferences.sublime-settings -- User
{
"auto_complete": true,
"caret_style": "wide",
"font_size": 15,
"highlight_line": true,
"ignored_packages":
[
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"rulers":
[
80
],
"show_definitions": false,
"translate_tabs_to_spaces": true,
"word_wrap": true,
"wrap_width": 80
}