commit 19e3ded736900ec03c1541094144c5760990046e parent 873ad781aaf57b0b9244f9c66d5a9c1290819fa1 Author: Yohanes Bandung Bondowoso <hi@ybbond.dev> Date: Sat, 11 Jul 2020 13:42:39 +0700 update sublime settings Diffstat:
| M | Library/Application Support/Sublime Text/Packages/User/Preferences.sublime-settings | | | 12 | +++++++----- |
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/Library/Application Support/Sublime Text/Packages/User/Preferences.sublime-settings b/Library/Application Support/Sublime Text/Packages/User/Preferences.sublime-settings @@ -1,7 +1,7 @@ { "always_show_minimap_viewport": true, "auto_complete_cycle": true, - "binary_file_patterns": + "binary_file_patterns": [ ".svn/", ".git/", @@ -13,12 +13,13 @@ "default_line_ending": "unix", "drag_text": false, "draw_white_space": "all", + "font_face": "IBM Plex Mono", + "font_size": 12, "highlight_line": true, "highlight_modified_tabs": true, - "hot_exit": false, + "hot_exit": "disabled", "ignored_packages": [ - "JavaScript", "Six", "Vintage", "Vintageous", @@ -28,6 +29,7 @@ "draw_active" ], "index_skip_unknown_extensions": false, + "install_prereleases": ["NeoVintageous"], "match_brackets_angle": true, "relative_line_numbers": true, "shift_tab_unindent": true, @@ -36,13 +38,13 @@ "theme": "Adaptive.sublime-theme", "translate_tabs_to_spaces": true, - "lsp_format_on_save": true, "neovintageous_build_version": 11100, "neovintageous_search_inc_style": "fill", "neovintageous_search_occ_style": "outline", "vintage_start_in_command_mode": true, + "vintageous_enable_sneak": true, "vintageous_i_escape_jk": true, + "vintageous_reset_mode_when_switching_tabs": false, "vintageous_use_ctrl_keys": true, "vintageous_use_super_keys": null, - "font_size": 12, }