sublime text里怎么使光标跳至行尾和行首,快捷键如保设置?

sublime text3 里

Preferences > Key Bindings — User 

加入下面这行 : 
# 以下是 按shift + e
{ "keys": ["shift+e"], "command":"move_to", "args":{"to":"eol"}}

 

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

posted @ 2019-07-17 10:08  peterwong666  阅读(2677)  评论(0编辑  收藏  举报