Remove pinned-width from config

This commit is contained in:
Jay Kamat 2017-07-22 16:20:27 -07:00
parent b46f116075
commit da57d21f0c
No known key found for this signature in database
GPG Key ID: 5D2E399600F4F7B5

View File

@ -257,7 +257,7 @@ class CommandDispatcher:
def tab_pin(self, count=None):
"""Pin/Unpin the current/[count]th tab.
Pinning a tab shrinks it to `tabs.width.pinned` size.
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.