Skip to content

Instantly share code, notes, and snippets.

@pinkhominid
Last active January 26, 2019 05:21
Show Gist options
  • Save pinkhominid/c35a48d9205cf5bcb8a516a4838c4b59 to your computer and use it in GitHub Desktop.
Save pinkhominid/c35a48d9205cf5bcb8a516a4838c4b59 to your computer and use it in GitHub Desktop.
My Sublime Text user preferences
{
"ensure_newline_at_eof_on_save": false,
"font_size": 13,
"ignored_packages":
[
],
"rulers":
[
100
],
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"vintage_start_in_command_mode": true
}
@pinkhominid
Copy link
Author

pinkhominid commented Dec 19, 2018

ln -s  "/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" /usr/local/bin/subl
defaults write com.sublimetext.3 ApplePressAndHoldEnabled -bool false

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment