點開 sublime
-> preference
-> Key bindings
把下面這串貼近去右邊即可
[
//「Home or「End」 移動至行首 or 行尾
{"keys":["ctrl+left"], "command":"move_to", "args":{"to":"bol"} },
{"keys":["ctrl+right"], "command":"move_to", "args":{"to":"eol"} },
// press F5 to refresh folder list!!
{ "keys": ["f5"], "command": "refresh_folder_list" },
// word_wrap hot key~
{ "keys": ["ctrl+shift+w"], "command": "toggle_setting", "args": {"setting": "word_wrap"}}
]