トップ 差分 一覧 ソース 置換 検索 ヘルプ PDF RSS ログイン

sublimeの設定

キーコンフィグ

[

   { "keys": ["alt+9"], "command": "left_delete" },
{ "keys": ["alt+0"], "command": "right_delete" },
{ "keys": ["ctrl+alt+9"], "command": "delete_word", "args": { "forward": false } },
{ "keys": ["ctrl+alt+0"], "command": "delete_word", "args": { "forward": true } },

{ "keys": ["alt+j"], "command": "move", "args": {"by": "characters", "forward": false} },
{ "keys": ["alt+l"], "command": "move", "args": {"by": "characters", "forward": true} },
{ "keys": ["alt+i"], "command": "move", "args": {"by": "lines", "forward": false} },
{ "keys": ["alt+k"], "command": "move", "args": {"by": "lines", "forward": true} },
{ "keys": ["shift+alt+j"], "command": "move", "args": {"by": "characters", "forward": false, "extend": true} },
{ "keys": ["shift+alt+l"], "command": "move", "args": {"by": "characters", "forward": true, "extend": true} },
{ "keys": ["shift+alt+i"], "command": "move", "args": {"by": "lines", "forward": false, "extend": true} },
{ "keys": ["shift+alt+k"], "command": "move", "args": {"by": "lines", "forward": true, "extend": true} },
{ "keys": ["ctrl+alt+j"], "command": "move", "args": {"by": "words", "forward": false} },
{ "keys": ["ctrl+alt+l"], "command": "move", "args": {"by": "word_ends", "forward": true} },
{ "keys": ["ctrl+shift+alt+i"], "command": "select_lines", "args": {"forward": false} },
{ "keys": ["ctrl+shift+alt+k"], "command": "select_lines", "args": {"forward": true} },
{ "keys": ["ctrl+shift+alt+j"], "command": "move", "args": {"by": "words", "forward": false, "extend": true} },
{ "keys": ["ctrl+shift+alt+l"], "command": "move", "args": {"by": "word_ends", "forward": true, "extend": true} },

{ "keys": ["alt+o"], "command": "move", "args": {"by": "pages", "forward": false} },
{ "keys": ["alt+."], "command": "move", "args": {"by": "pages", "forward": true} },
{ "keys": ["shift+alt+o"], "command": "move", "args": {"by": "pages", "forward": false, "extend": true} },
{ "keys": ["shift+alt+."], "command": "move", "args": {"by": "pages", "forward": true, "extend": true} },

{ "keys": ["alt+="], "command": "move_to", "args": {"to": "bol", "extend": false} },
{ "keys": ["alt+;"], "command": "move_to", "args": {"to": "eol", "extend": false} },
{ "keys": ["shift+alt+="], "command": "move_to", "args": {"to": "bol", "extend": true} },
{ "keys": ["shift+alt+;"], "command": "move_to", "args": {"to": "eol", "extend": true} },
{ "keys": ["ctrl+alt+="], "command": "move_to", "args": {"to": "bof", "extend": false} },
{ "keys": ["ctrl+alt+;"], "command": "move_to", "args": {"to": "eof", "extend": false} },
{ "keys": ["ctrl+shift+alt+="], "command": "move_to", "args": {"to": "bof", "extend": true} },
{ "keys": ["ctrl+shift+alt+;"], "command": "move_to", "args": {"to": "eof", "extend": true} }

]

[カテゴリ: ツール > エディタ]

[通知用URL]



  • Hatenaブックマークに追加
  • livedoorクリップに追加
  • del.icio.usに追加
  • FC2ブックマークに追加

最終更新時間:2015年07月01日 22時55分23秒