sublime设置上下左右快捷键

Perferences -> Key Binding ;
User

{ "keys": ["ctrl+l"], "command": "move", "args": {"by": "characters", "forward": true} },
{ "keys": ["ctrl+j"], "command": "move", "args": {"by": "characters", "forward": false} },
{ "keys": ["ctrl+k"], "command": "move", "args": {"by": "lines", "forward": true} },
{ "keys": ["ctrl+i"], "command": "move", "args": {"by": "lines", "forward": false}},
posted @ 2018-08-26 12:52  ronnie14165  阅读(400)  评论(0编辑  收藏  举报