Skip to content

Commit 41748c9

Browse files
Changing tab default settings to be more modern
1 parent 7b49b5c commit 41748c9

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

internal/config/settings.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

runtime/help/options.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)