Sublime Text customization settings


Here’s a backup of my custom settings for my favorite text-editor Sublime.

Default (Windows).sublime-keymap

[
	// Add 7 to toggle_comment command for German keyboard handling
	{ "keys": ["ctrl+shift+7"], "command": "toggle_comment", "args": { "block": true } },
]

Preferences.sublime-settings

{
	"ignored_packages":
	[
		"Vintage",
	],
	"word_wrap": "false"
}

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.