MakeBetter / Units

Enhanced navigation on the web
1 stars 0 forks source link

Ability to move tabs across. #220

Open nutsiepully opened 10 years ago

nutsiepully commented 10 years ago

Units is great at switching between tabs using shortcuts. However, we often run into a use case where we want to readjust the position of our tabs. For instance we want to move a current tab to the right-most position or move a current tab to a different position to group it with similar tabs.

This behavior is common in Linux terminals using a (Ctrl + Shift + PageUp/PageDown) which moves the tabs across. This would be a nice enhancement to Units. I suppose it would require this Chrome API (https://developer.chrome.com/extensions/tabs)

p.s - Just suggesting as an idea. Can be simply ignored.