File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -129,8 +129,8 @@ var DefaultGlobalOnlySettings = map[string]any{
129129 "savehistory" : true ,
130130 "scrollbarchar" : "|" ,
131131 "sucmd" : "sudo" ,
132- "tabbarchars" : "div= ,active=[] ,inactive= " ,
133- "tabhighlight" : false ,
132+ "tabbarchars" : "div=│ ,active= [] ,inactive= " ,
133+ "tabhighlight" : true ,
134134 "tabreverse" : false ,
135135 "xterm" : false ,
136136}
Original file line number Diff line number Diff line change @@ -472,12 +472,12 @@ Here are the available options:
472472 - ` inactive ` : the opening and closing tab characters for the inactive tabs.
473473 where the values are splitted in half for opening and closing characters.
474474
475- default value: ` div= ,active=[] ,inactive= `
475+ default value: ` div=│ ,active= [] ,inactive= `
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