kuychaco / multirow-tabs

Display Atom editor tabs in multiple rows for easy navigation and viewing
MIT License
11 stars 3 forks source link

Remember multirow config between Atom restarts #5

Open fungilation opened 8 years ago

fungilation commented 8 years ago

Cool and useful package! But a bit annoying that it won't remember the multirow toggle after restarting Atom, it always defaults back to having multirow turned off. Add a config to turn it on or off permanently please?

pdxwolfy commented 8 years ago

+1 please

ghost commented 8 years ago

@fungilation @pdxwolfy

You could add this to your Init Script to toggle it on on startup:

# Toggle multirow-tabs
atom.commands.dispatch(document.querySelector('atom-workspace'), 'multirow-tabs:toggle')
gmaggio commented 7 years ago

@ReinoutvanKempen: If you have multi panes, it only applies to the active one. Is there anyway to affect all the panes?