config: Default tabs -> select-on-remove to right.

This commit is contained in:
Florian Bruhin 2014-08-06 08:24:21 +02:00
parent 13b6fe24eb
commit fcd0d88b1f

View File

@ -375,7 +375,7 @@ DATA = OrderedDict([
"Whether to open new tabs (middleclick/ctrl+click) in background."),
('select-on-remove',
SettingValue(types.SelectOnRemove(), 'previous'),
SettingValue(types.SelectOnRemove(), 'right'),
"Which tab to select when the focused tab is removed."),
('new-tab-position',