Skip to content

Commit

Permalink
Set use_tabout to false by default
Browse files Browse the repository at this point in the history
  • Loading branch information
markosnarinian committed Jan 22, 2025
1 parent 061248e commit fb5aa9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/settings/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
// For example, when you select text and type (, Zed will surround the text with ().
"use_auto_surround": true,
// Whether to tab-out of parentheses, brackets, braces, single or double quotes when pressing tab.
"use_tabout": true,
"use_tabout": false,
// Whether indentation of pasted content should be adjusted based on the context.
"auto_indent_on_paste": true,
// Controls how the editor handles the autoclosed characters.
Expand Down
3 changes: 2 additions & 1 deletion assets/settings/initial_user_settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
"mode": "system",
"light": "One Light",
"dark": "One Dark"
}
},
"use_tabout": false
}

0 comments on commit fb5aa9f

Please sign in to comment.