码迷,mamicode.com
首页 > 其他好文 > 详细

SublimeText个性化快捷键设置

时间:2016-12-17 01:25:24      阅读:167      评论:0      收藏:0      [点我收藏+]

标签:tor   手动   回车   个性   rand   match   rac   reference   js函数   

一、光标跳出括号

在编写js函数的时候,输入函数名和括号的时候,要想光标跳出括号还得手动的按left键。离两个手的区域比较远,可自行配置

preferences - keys bindings - user

{ "keys": ["enter"], "command": "move", "args": {"by": "characters", "forward": true}, "context":  
    [  
        { "key": "following_text", "operator": "regex_contains", "operand": "^[)\\]\\>\\‘\\\"]", "match_all": true },  
    ]     
  },  

回车即可跳出括号

SublimeText个性化快捷键设置

标签:tor   手动   回车   个性   rand   match   rac   reference   js函数   

原文地址:http://www.cnblogs.com/cygnet/p/6188706.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!