romgrk / barbar.nvim

The neovim tabline plugin.
2.16k stars 81 forks source link

Switch to last visited tab #531

Closed AgustinOrdonez closed 9 months ago

AgustinOrdonez commented 9 months ago

Hello, I am new to the (Neo)vim ecosystem and I am enjoying this plugin so far, but i'd like to know if is there any way to jump back to previously "active" tab, something like CTRL+TAB would do on Intellij(Or many other editors). If not i'd like to ask for a feature request

romgrk commented 9 months ago

No we don't have that feature. It wouldn't be too hard to add, but I don't use it so I have low motivation tbh :|

I was planning on doing some work on the plugin soon, maybe I'll sneak that in then.

Iron-E commented 9 months ago

You can also use <C-^> / <C-6> to switch to the alternate tab quickly (see :h CTRL-^)

AgustinOrdonez commented 9 months ago

Thanks, that works