File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -130,8 +130,8 @@ var DefaultGlobalOnlySettings = map[string]any{
130130 "scrollbarchar" : "|" ,
131131 "sucmd" : "sudo" ,
132132 "tabalways" : false ,
133- "tabbarchars" : "div= ,active=[] ,inactive= " ,
134- "tabhighlight" : false ,
133+ "tabbarchars" : "div=│ ,active= [] ,inactive= " ,
134+ "tabhighlight" : true ,
135135 "tabreverse" : false ,
136136 "xterm" : false ,
137137}
Original file line number Diff line number Diff line change @@ -478,13 +478,13 @@ Here are the available options:
478478 - ` inactive ` : the opening and closing tab characters for the inactive tabs.
479479 where the values are splitted in half for opening and closing characters.
480480
481- default value: ` div= ,active=[] ,inactive= `
481+ default value: ` div=│ ,active= [] ,inactive= `
482482
483483* ` tabhighlight ` : inverts the tab characters' (filename, save indicator, etc)
484484 colors with respect to the tab bar.
485485 Has no effect if ` tabbar.active ` is present in the current colorscheme.
486486
487- default value: ` false `
487+ default value: ` true `
488488
489489* ` tabmovement ` : navigate spaces at the beginning of lines as if they are tabs
490490 (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