folke / flash.nvim

Navigate your code with search labels, enhanced character motions and Treesitter integration
Apache License 2.0
2.22k stars 27 forks source link

feature: tab switch #309

Closed brookhong closed 2 months ago

brookhong commented 5 months ago

Did you check the docs?

Is your feature request related to a problem? Please describe.

There is no good solution to choose tab when there are more than 4 tabs.

Describe the solution you'd like

  1. Generate an unique label for each tab, with each placed under the tab title.
  2. Switch to the tab when its label is pressed.

Basically it will work as T in Surfingkeys

image

Describe alternatives you've considered

The labels could also be displayed vertically in a popup with full buffer name.

image

Additional context

No response

brookhong commented 2 months ago

Closing this, as I built the feature into my telescope plugin.