Remove the tabs.width.pinned setting
This commit is contained in:
parent
d5c2f2855a
commit
59c6555537
@ -919,7 +919,7 @@ Close all tabs except for the current one.
|
||||
=== tab-pin
|
||||
Pin/Unpin the current/[count]th tab.
|
||||
|
||||
Pinning a tab shrinks it to `tabs.width.pinned` size. Attempting to close a pinned tab will cause a confirmation, unless --force is passed.
|
||||
Pinning a tab shrinks it to the size of its title text. Attempting to close a pinned tab will cause a confirmation, unless --force is passed.
|
||||
|
||||
==== count
|
||||
The tab index to pin or unpin
|
||||
|
@ -236,7 +236,6 @@
|
||||
|<<tabs.title.format_pinned,tabs.title.format_pinned>>|The format to use for the tab title for pinned tabs. The same placeholders like for `tabs.title.format` are defined.
|
||||
|<<tabs.width.bar,tabs.width.bar>>|The width of the tab bar if it's vertical, in px or as percentage of the window.
|
||||
|<<tabs.width.indicator,tabs.width.indicator>>|Width of the progress indicator (0 to disable).
|
||||
|<<tabs.width.pinned,tabs.width.pinned>>|The width for pinned tabs with a horizontal tabbar, in px.
|
||||
|<<tabs.wrap,tabs.wrap>>|Whether to wrap when changing tabs.
|
||||
|<<url.auto_search,url.auto_search>>|Whether to start a search when something else than a URL is entered.
|
||||
|<<url.default_page,url.default_page>>|The page to open if :open -t/-b/-w is used without URL.
|
||||
@ -2968,14 +2967,6 @@ Type: <<types,Int>>
|
||||
|
||||
Default: +pass:[3]+
|
||||
|
||||
[[tabs.width.pinned]]
|
||||
=== tabs.width.pinned
|
||||
The width for pinned tabs with a horizontal tabbar, in px.
|
||||
|
||||
Type: <<types,Int>>
|
||||
|
||||
Default: +pass:[43]+
|
||||
|
||||
[[tabs.wrap]]
|
||||
=== tabs.wrap
|
||||
Whether to wrap when changing tabs.
|
||||
|
@ -1174,13 +1174,6 @@ tabs.width.indicator:
|
||||
minval: 0
|
||||
desc: Width of the progress indicator (0 to disable).
|
||||
|
||||
tabs.width.pinned:
|
||||
default: 43
|
||||
type:
|
||||
name: Int
|
||||
minval: 10
|
||||
desc: The width for pinned tabs with a horizontal tabbar, in px.
|
||||
|
||||
tabs.wrap:
|
||||
default: true
|
||||
type: Bool
|
||||
|
Loading…
Reference in New Issue
Block a user