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


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM