Fix: Tree Style Tabs don’t work with Vimperator in Firefox

vimperator.png

Anyone using both Vimperator and Tree Style Tabs (great combo) will have noticed the actual “tree” organizing of sub-tabs hasn’t worked together since the Vimperator 2.0 update.  Luckily there’s a fix.

This appears, on quick inspection, to be due to a ‘clash’ with vimperator’s tab number tab bindings.

Adding the following to your ~/.vimperatorrc file is the best work around.

js styles.removeSheet(true, “tab-binding”)

This will remove the option of using tab numbers.

Related Posts

Comments are closed.