Skip to content

Commit 7703366

Browse files
Changing tab default settings to be more modern
1 parent e9a1851 commit 7703366

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

internal/config/settings.go

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

runtime/help/options.md

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

0 commit comments

Comments
 (0)