File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -129,9 +129,9 @@ var DefaultGlobalOnlySettings = map[string]any{
129129 "savehistory" : true ,
130130 "scrollbarchar" : "|" ,
131131 "sucmd" : "sudo" ,
132- "tabchars" : "active=[] " ,
133- "tabdist" : float64 (2 ),
134- "tabhighlight" : false ,
132+ "tabchars" : "div=│ " ,
133+ "tabdist" : float64 (1 ),
134+ "tabhighlight" : true ,
135135 "tabreverse" : false ,
136136 "xterm" : false ,
137137}
Original file line number Diff line number Diff line change @@ -468,16 +468,16 @@ Here are the available options:
468468 - ` div ` : the characters to be filled between each tab.
469469 - ` inactive ` : the opening and closing tab characters for the inactive tabs.
470470
471- default value: ` active=[] `
471+ default value: ` div=| `
472472
473473* ` tabdist ` : the distance between each tab.
474474
475- default value: ` 2 `
475+ default value: ` 1 `
476476
477477* ` tabhighlight ` : highlighting the current active tab by using the inverted tab bar color.
478478 Has no effect if ` tabbar.active ` is present in the current colorscheme.
479479
480- default value: ` false `
480+ default value: ` true `
481481
482482* ` tabmovement ` : navigate spaces at the beginning of lines as if they are tabs
483483 (e.g. move over 4 spaces at once). This option only does anything if
You can’t perform that action at this time.
0 commit comments