config: Default tabs -> select-on-remove to right.
This commit is contained in:
parent
13b6fe24eb
commit
fcd0d88b1f
@ -375,7 +375,7 @@ DATA = OrderedDict([
|
|||||||
"Whether to open new tabs (middleclick/ctrl+click) in background."),
|
"Whether to open new tabs (middleclick/ctrl+click) in background."),
|
||||||
|
|
||||||
('select-on-remove',
|
('select-on-remove',
|
||||||
SettingValue(types.SelectOnRemove(), 'previous'),
|
SettingValue(types.SelectOnRemove(), 'right'),
|
||||||
"Which tab to select when the focused tab is removed."),
|
"Which tab to select when the focused tab is removed."),
|
||||||
|
|
||||||
('new-tab-position',
|
('new-tab-position',
|
||||||
|
Loading…
Reference in New Issue
Block a user