This commit is contained in:
2025-10-10 14:10:29 -04:00
parent 94697a57de
commit f7748c7c35
3 changed files with 20 additions and 9 deletions

View File

@@ -44,7 +44,7 @@
<key>settings</key>
<dict>
<key>foreground</key>
<string>#14DED1FF</string>
<string>#87919DFF</string>
</dict>
</dict>
<dict>

View File

@@ -1,4 +1,4 @@
[22] # Version number. Do not delete.
[25] # Version number. Do not delete.
[[workspace]]
# 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_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,
# for example:
# [file: <wildcard1>, <wildcard2>, ...]
@@ -248,6 +257,9 @@ Opt-Cmd-L toggle_line_numbers
Opt-Cmd-Shift-N open_another_editor_instance
# Added after migration to version [25]
Cmd-Opt-S Enter keep_editor
[open file dialog]
@@ -310,7 +322,7 @@ Escape escape # combines close_dialog and remove_addit
Cmd-Shift-L toggle_expand
Cmd-B build_panel_toggle
Cmd-B toggle_build_panel
Enter open_entry
Cmd-Enter open_entry_in_side_pane

View File

@@ -1,4 +1,4 @@
[22] # Version number. Do not delete.
[25] # Version number. Do not delete.
[colors]
background0: 141B2BFF
@@ -33,7 +33,7 @@ splitter: 141B2BFF
splitter_hover: 1F2638FF
ruler: FCEDFC26
indent_guide: FCEDFC26
letter_highlight: 14DED1FF
letter_highlight: 85B8DEFF
list_cursor_lite: 3C496488
list_cursor: 3C4964FF
shadow_dark: 0E161C7F
@@ -42,7 +42,6 @@ text_input_label: 3B4450FF
char_under_cursor: 000000FF
bracket_highlight: E8FCFE30
ui_default: DADEE5FF
ui_dim: 87919DFF
ui_neutral: 4C4C4CFF
@@ -74,8 +73,8 @@ code_error: FF0000FF
code_warning: E4D97DFF
code_highlight: F9DD03FF
code_comment: 14DED1FF
code_multiline_comment: 14DED1FF
code_comment: 87919DFF
code_multiline_comment: 87919DFF
code_operation: DADEE5FF
code_punctuation: DADEE5FF
@@ -117,4 +116,4 @@ color_preview_title_bar: 2B344AFF
code_addition: 33B333FF
code_deletion: E64D4DFF
region_addition: 2260224C
region_deletion: 7722224C
region_deletion: 7722224C