Skip to content

Instantly share code, notes, and snippets.

@miftahafina
Last active March 6, 2018 07:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save miftahafina/0e76eee5b4815fdef0ca34cdf41453f2 to your computer and use it in GitHub Desktop.
Save miftahafina/0e76eee5b4815fdef0ca34cdf41453f2 to your computer and use it in GitHub Desktop.
Sublime Text 3 Preferences
{
"caret_style": "phase",
"color_scheme": "Packages/User/an-old-hope.tmTheme",
"fade_fold_buttons": true,
"font_size": 10.5,
"highlight_line": false,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 4,
"line_padding_top": 4,
"theme": "Adaptive.sublime-theme",
"overlay_scroll_bars": "enabled"
}
// Keymap
[
{ "keys": ["ctrl+tab"], "command": "next_view" },
{ "keys": ["ctrl+shift+tab"], "command": "prev_view" },
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment