FrontPage/web

SublimeText?

キーバインド

[
	{ "keys": ["shift+space"], "command": "move", "args": {"by": "characters", "forward": true} },

	{ "keys": ["ctrl+j"], "command": "move", "args": {"by": "characters", "forward": false} },
	{ "keys": ["ctrl+l"], "command": "move", "args": {"by": "characters", "forward": true} },
	{ "keys": ["ctrl+i"], "command": "move", "args": {"by": "lines", "forward": false} },
	{ "keys": ["ctrl+k"], "command": "move", "args": {"by": "lines", "forward": true} },

	{ "keys": ["ctrl+e"], "command": "move_to", "args": {"to": "eol", "extend": false} },

	{ "keys": ["f12"], "command": "reindent"}
]
トップ   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS