無賴右方向鍵→和End鍵都在鍵盤的另一邊,每次輸入完一個函數,光標在各種括號中間,有什么更好的方式將光標移出來呢?
在Sublime Text 2中,我們可以自己設置快捷鍵:
{ "keys": ["ctrl+alt+space"], "command": "move", "args": {"by": "characters", "forward": true} },
{ "keys": ["shift+space"], "command": "move", "args": {"by": "characters", "forward": false} },
{ "keys": ["alt+space"], "command": "move", "args": {"by": "word_ends", "forward": true} },
{ "keys": ["shift+alt+space"], "command": "move", "args": {"by": "word_ends", "forward": false} },
{ "keys": ["alt+enter"], "command": "move", "args": {"by": "lines", "forward": true} },
{ "keys": ["shift+alt+enter"], "command": "move", "args": {"by": "lines", "forward": false} }
快捷鍵對照:
ctrl+alt+space 右移光標一個字
shift+space 左移光標一個字
alt+space 右移光標一個單元
shift+alt+space 左移光標一個單元
alt+enter 下移光標一行
shift+alt+enter 上移光標一行
shift+回車就完全當做老蔡的買一贈一了,作用跟ctrl+回車不太一樣的地方是,不新建一行。
更多文章、技術交流、商務合作、聯系博主
微信掃碼或搜索:z360901061

微信掃一掃加我為好友
QQ號聯系: 360901061
您的支持是博主寫作最大的動力,如果您喜歡我的文章,感覺我的文章對您有幫助,請用微信掃描下面二維碼支持博主2元、5元、10元、20元等您想捐的金額吧,狠狠點擊下面給點支持吧,站長非常感激您!手機微信長按不能支付解決辦法:請將微信支付二維碼保存到相冊,切換到微信,然后點擊微信右上角掃一掃功能,選擇支付二維碼完成支付。
【本文對您有幫助就好】元
