Skip to content

Commit 42776dc

Browse files
Changing tab default settings to be more modern
1 parent 922d2c4 commit 42776dc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

internal/config/settings.go

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

runtime/help/options.md

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

0 commit comments

Comments
 (0)