sublime text in how the cursor jumps to the end of the line and the beginning of the line, keyboard shortcuts such as Paul set?

sublime text3 in

Preferences> Key Bindings - User 

adding the following line: 
# The following are press Shift + E
{ "Keys": [ "Shift + E"], "Command": "move_to", "args": { "to" : "eol"}}

 

# 以下是 按shift+ 回车
{ "keys": ["shift+enter"], "command":"move_to", "args":{"to":"eol"}}

Guess you like

Origin www.cnblogs.com/peterwong666/p/11199187.html