« get me outta code hell

Default (OSX).sublime-keymap « User « Packages « Sublime Text 4 « apps - dotfiles - Miscellaneous configuration files of my personal use
about summary refs log tree commit diff
path: root/apps/Sublime Text 4/Packages/User/Default (OSX).sublime-keymap
blob: 2250e7dd882bbe625b14db36e1951ab0f8297d4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[
	{ "keys": ["ctrl+tab"], "command": "next_view" },
	{ "keys": ["ctrl+shift+tab"], "command": "prev_view" },
	{ "keys": ["super+alt+s"], "command": "toggle_side_bar" },
	{ "keys": ["super+shift+d"], "command": "clone_file" },
	{ "keys": ["ctrl+f"], "command": "distraction_free_window" },

	{ "keys": ["ctrl+enter"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Add Line.sublime-macro"}, "context":
		[
			{ "key": "overlay_has_focus", "operator": "equal", "operand": false },
		],
	},
]