peterwong666

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"}}

分类:

技术点:

相关文章:

  • 2021-11-27
  • 2021-07-07
  • 2021-09-21
  • 2021-08-14
  • 2021-10-02
  • 2021-12-30
  • 2021-11-07
  • 2021-09-28
猜你喜欢
  • 2021-11-07
  • 2021-11-10
  • 2021-06-25
  • 2022-02-01
  • 2021-06-17
相关资源
相似解决方案