sublime快捷键 上下左右光标移动 和 回车跳过括号 引号

[
     {"keys": ["enter"], "command": "move", "args": {"by": "characters", "forward": true}, "context":  
        [  
            { "key": "following_text", "operator": "regex_contains", "operand": "^[)\\]\\>\\'\\\"\\ %>\\}\\;\\,]", "match_all": true },  
            { "key": "preceding_text", "operator": "not_regex_match", "operand": "^.*\\{$", "match_all": true  },  
            { "key": "auto_complete_visible", "operator": "equal", "operand": false }  
        ]  
    } ,

{

"keys":["alt+ctrl+z"],
"command":"side_bar_open_in_browser",
"args":{
"paths":[],
"type":"testing",
"browser":"chrome"
    }
},

//alt+k 向左移动光标(单字符)  alt+k 向右移动光标

//alt+h向左移动光标(单词)  alt+l 向右移动光标
{ "keys": ["alt+k"], "command": "move", "args": {"by": "characters", "forward": true} },
{ "keys": ["alt+j"], "command": "move", "args": {"by": "characters", "forward": false} },
{ "keys": ["alt+l"], "command": "move", "args": {"by": "word_ends", "forward": true} },
{ "keys": ["alt+h"], "command": "move", "args": {"by": "word_ends", "forward": false} },

//下一行 alt+enter
{ "keys": ["alt+enter"], "command": "move", "args": {"by": "lines", "forward": true} },

//上一行alt+space
{ "keys": ["alt+space"], "command": "move", "args": {"by": "lines", "forward": false} },
{ "keys": ["ctrl+alt+a"], "command": "alignment" }
]

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值