0

In Firefox one can enable the option to cycle through tabs in the order they were recently used. I'd like the same in Emacs, but all resources I found talk about cycling through buffers, which is not what I'm looking for (as I already have something for that). Does anyone know about a way to cycle through recently used tabs?

4
  • Does the minor mode tab-bar-history-mode do what you want? Commented Aug 16, 2024 at 9:16
  • @NickD No, I want to switch between tabs in the order they were recently used, not restore an older window configuration of a tab. But also, what's the difference between this and winner-mode? Commented Aug 16, 2024 at 10:17
  • Winner mode is oblivious to tabs, so a tab switch is just considered yet another window layout. Commented Aug 16, 2024 at 17:06
  • @BramSchoenmakers Oh, I see, thanks! I guess I'll start to use tab-bar-history-mode then. Commented Aug 17, 2024 at 12:13

1 Answer 1

1

The switch-tab command offers completion and in combination with vertico it will order the tabs in recently used order.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.