码迷,mamicode.com
首页 > 系统相关 > 详细

Mac OSX sublime text2 home键 end键 跳到行首行尾

时间:2015-08-11 17:40:12      阅读:196      评论:0      收藏:0      [点我收藏+]

标签:

 

 

[
	{ "keys": ["end"], "command": "move_to", "args": { "to": "eol"} },
	{ "keys": ["home"], "command": "move_to", "args": { "to": "bol"} },
	{ "keys": ["ctrl+s"], "command": "save" },
	{ "keys": ["ctrl+w"], "command": "close" },
	{ "keys": ["ctrl+x"], "command": "cut" },
	{ "keys": ["ctrl+c"], "command": "copy" },
	{ "keys": ["ctrl+v"], "command": "paste" },
	{ "keys": ["ctrl+z"], "command": "undo" },
	{ "keys": ["ctrl+y"], "command": "redo_or_repeat" },
	{ "keys": ["ctrl+f"], "command": "show_panel", "args": {"panel": "find"} },
	{ "keys": ["ctrl+b"], "command": "build" },
	{ "keys": ["ctrl+a"], "command": "select_all" },
	{ "keys": ["alt+c"], "command": "toggle_case_sensitive", "context":
		[
			{ "key": "setting.is_widget", "operator": "equal", "operand": true }
		]
	},
	{ "keys": ["alt+r"], "command": "toggle_regex", "context":
		[
			{ "key": "setting.is_widget", "operator": "equal", "operand": true }
		]
	}
]

 

 

http://ju.outofmemory.cn/entry/22716

Mac OSX sublime text2 home键 end键 跳到行首行尾

标签:

原文地址:http://www.cnblogs.com/hangj/p/4721216.html

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