Skip to content

feat(tau): Add tab history and shortcuts to cycle through it

TomSteu requested to merge TomSteu/Tau:fix-tab-history into master

Tau now keeps track of the last visited tabs via ViewHistory. While holding Ctrl, it can be cycled backwards with Tab or forwards with Shift+Tab.

fixes #352 (closed)

Merge request reports