Commit 7034169 1 parent 4945481 commit 7034169 Copy full SHA for 7034169
File tree 2 files changed +18
-1
lines changed
2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 559
559
"close_position" : " right" ,
560
560
// Whether to show the file icon for a tab.
561
561
"file_icons" : false ,
562
+ // Whether to always show the close button on tabs.
563
+ "always_show_close_button" : false ,
562
564
// What to do after closing the current tab.
563
565
//
564
566
// 1. Activate the tab that was open previously (default)
Original file line number Diff line number Diff line change @@ -634,7 +634,8 @@ List of `string` values
634
634
"close_position" : " right" ,
635
635
"file_icons" : false ,
636
636
"git_status" : false ,
637
- "activate_on_close" : " history"
637
+ "activate_on_close" : " history" ,
638
+ "always_show_close_button" : false
638
639
},
639
640
```
640
641
@@ -698,6 +699,20 @@ List of `string` values
698
699
}
699
700
```
700
701
702
+ ### Always show the close button
703
+
704
+ - Description: Whether to always show the close button on tabs.
705
+ - Setting: ` always_show_close_button `
706
+ - Default: ` false `
707
+
708
+ 2 . Activate the neighbour tab (prefers the right one, if present):
709
+
710
+ ``` json
711
+ {
712
+ "activate_on_close" : " neighbour"
713
+ }
714
+ ```
715
+
701
716
## Editor Toolbar
702
717
703
718
- Description: Whether or not to show various elements in the editor toolbar.
You can’t perform that action at this time.
0 commit comments