Last active
May 27, 2023 07:53
-
-
Save ayshvab/cb4cbcb5247d3a308da4f981c55010d4 to your computer and use it in GitHub Desktop.
sublime_text_settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Settings in here override those in "Default/Preferences.sublime-settings", | |
// and are overridden in turn by syntax-specific settings. | |
{ | |
"font_face": "JetBrains Mono NL", | |
"font_size": 12, | |
"font_options": ["no_italic"], | |
"reveal_menu": false, | |
"auto_match_enabled": false, | |
"goto_anything_exclude_gitignore": true, | |
"draw_indent_guides": false, | |
"drag_text": false, | |
"hide_tab_scrolling_buttons": true, | |
"fold_buttons": false, | |
"line_numbers": true, | |
"relative_line_numbers": true, | |
"auto_complete": false, | |
"ui_scale": 1.2, | |
"color_scheme": "Alabaster Dark.sublime-color-scheme", | |
"ignored_packages": | |
[ | |
"Six", | |
"Vintage", | |
"Vintageous", | |
], | |
"theme": "Adaptive.sublime-theme", | |
"vintageous_reset_mode_when_switching_tabs": false, | |
"vintageous_use_sys_clipboard": true, | |
"vintageous_i_escape_jj": true, | |
"vintageous_i_escape_jk": true, | |
"vintageous_use_ctrl_keys": true, | |
"vintageous_handle_keys": { | |
"<C-f>": false, | |
"<C-b>": false, | |
"<C-a>": false, | |
"<C-s>": false, | |
"<C-z>": false, | |
"<C-Z>": false, | |
"<C-k>": false, | |
"<C-K>": false, | |
"<C-f>": false, | |
"<C-d>": false, | |
"<C-f3>": false, | |
"<C-p>": false, | |
"<C-.>": false, | |
"<C-,>": false, | |
"<M-->": false, | |
"<M-_>": false, | |
"<C-f4>": false, | |
"<C-e>": false, | |
"<C-y>": false, | |
"<C-up>": false, | |
"<C-down>": false, | |
"<f12>": false, | |
"<S-f12>": false, | |
"<C-n>": false, | |
"<C-T>": false, | |
}, | |
"neovintageous_build_version": 12700, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment