updates
This commit is contained in:
@@ -44,7 +44,7 @@
|
|||||||
<key>settings</key>
|
<key>settings</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>foreground</key>
|
<key>foreground</key>
|
||||||
<string>#14DED1FF</string>
|
<string>#87919DFF</string>
|
||||||
</dict>
|
</dict>
|
||||||
</dict>
|
</dict>
|
||||||
<dict>
|
<dict>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
[22] # Version number. Do not delete.
|
[25] # Version number. Do not delete.
|
||||||
|
|
||||||
[[workspace]]
|
[[workspace]]
|
||||||
# These directories and files will be scanned when a workspace is opened so that search etc. works.
|
# These directories and files will be scanned when a workspace is opened so that search etc. works.
|
||||||
@@ -93,6 +93,15 @@ comment_highlight_words2: @FIXME # words to highlight usi
|
|||||||
comment_highlight_words3: @ROBUSTNESS # words to highlight using `code_comment_highlight3`
|
comment_highlight_words3: @ROBUSTNESS # words to highlight using `code_comment_highlight3`
|
||||||
comment_highlight_words4: @INCOMPLETE # words to highlight using `code_comment_highlight4`
|
comment_highlight_words4: @INCOMPLETE # words to highlight using `code_comment_highlight4`
|
||||||
|
|
||||||
|
# Added after migration to version [25]
|
||||||
|
enable_temporary_editors: true # when enabled, any editors are opened temporarily until an edit, a save, or a keep_editor command is used. Any newly opened editor will replace the existing temporary editor
|
||||||
|
cursor_position_after_jump: 0.45 # controls where the cursor ends up relatively to the viewport after jumping to a search result or an error. 0.0 is top of the screen, 1.0 - bottom, 0.5 - center
|
||||||
|
closing_last_editor_in_pane_should_close_pane: true
|
||||||
|
closing_last_editor_should_exit_program: false
|
||||||
|
show_pane_numbers: false
|
||||||
|
show_tab_characters_in_selection: true
|
||||||
|
line_endings: preserve # options: lf, crlf, preserve
|
||||||
|
|
||||||
# NOTE: some settings can be specified for a subset of files, based on their language or a wildcard,
|
# NOTE: some settings can be specified for a subset of files, based on their language or a wildcard,
|
||||||
# for example:
|
# for example:
|
||||||
# [file: <wildcard1>, <wildcard2>, ...]
|
# [file: <wildcard1>, <wildcard2>, ...]
|
||||||
@@ -248,6 +257,9 @@ Opt-Cmd-L toggle_line_numbers
|
|||||||
|
|
||||||
Opt-Cmd-Shift-N open_another_editor_instance
|
Opt-Cmd-Shift-N open_another_editor_instance
|
||||||
|
|
||||||
|
# Added after migration to version [25]
|
||||||
|
Cmd-Opt-S Enter keep_editor
|
||||||
|
|
||||||
|
|
||||||
[open file dialog]
|
[open file dialog]
|
||||||
|
|
||||||
@@ -310,7 +322,7 @@ Escape escape # combines close_dialog and remove_addit
|
|||||||
|
|
||||||
Cmd-Shift-L toggle_expand
|
Cmd-Shift-L toggle_expand
|
||||||
|
|
||||||
Cmd-B build_panel_toggle
|
Cmd-B toggle_build_panel
|
||||||
|
|
||||||
Enter open_entry
|
Enter open_entry
|
||||||
Cmd-Enter open_entry_in_side_pane
|
Cmd-Enter open_entry_in_side_pane
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
[22] # Version number. Do not delete.
|
[25] # Version number. Do not delete.
|
||||||
|
|
||||||
[colors]
|
[colors]
|
||||||
background0: 141B2BFF
|
background0: 141B2BFF
|
||||||
@@ -33,7 +33,7 @@ splitter: 141B2BFF
|
|||||||
splitter_hover: 1F2638FF
|
splitter_hover: 1F2638FF
|
||||||
ruler: FCEDFC26
|
ruler: FCEDFC26
|
||||||
indent_guide: FCEDFC26
|
indent_guide: FCEDFC26
|
||||||
letter_highlight: 14DED1FF
|
letter_highlight: 85B8DEFF
|
||||||
list_cursor_lite: 3C496488
|
list_cursor_lite: 3C496488
|
||||||
list_cursor: 3C4964FF
|
list_cursor: 3C4964FF
|
||||||
shadow_dark: 0E161C7F
|
shadow_dark: 0E161C7F
|
||||||
@@ -42,7 +42,6 @@ text_input_label: 3B4450FF
|
|||||||
char_under_cursor: 000000FF
|
char_under_cursor: 000000FF
|
||||||
bracket_highlight: E8FCFE30
|
bracket_highlight: E8FCFE30
|
||||||
|
|
||||||
|
|
||||||
ui_default: DADEE5FF
|
ui_default: DADEE5FF
|
||||||
ui_dim: 87919DFF
|
ui_dim: 87919DFF
|
||||||
ui_neutral: 4C4C4CFF
|
ui_neutral: 4C4C4CFF
|
||||||
@@ -74,8 +73,8 @@ code_error: FF0000FF
|
|||||||
code_warning: E4D97DFF
|
code_warning: E4D97DFF
|
||||||
code_highlight: F9DD03FF
|
code_highlight: F9DD03FF
|
||||||
|
|
||||||
code_comment: 14DED1FF
|
code_comment: 87919DFF
|
||||||
code_multiline_comment: 14DED1FF
|
code_multiline_comment: 87919DFF
|
||||||
|
|
||||||
code_operation: DADEE5FF
|
code_operation: DADEE5FF
|
||||||
code_punctuation: DADEE5FF
|
code_punctuation: DADEE5FF
|
||||||
@@ -117,4 +116,4 @@ color_preview_title_bar: 2B344AFF
|
|||||||
code_addition: 33B333FF
|
code_addition: 33B333FF
|
||||||
code_deletion: E64D4DFF
|
code_deletion: E64D4DFF
|
||||||
region_addition: 2260224C
|
region_addition: 2260224C
|
||||||
region_deletion: 7722224C
|
region_deletion: 7722224C
|
||||||
Reference in New Issue
Block a user