8

I know it sounds like a stupid question, but clicking them does nothing noticeable, and I can't find any info after googling it.

2

1 Answer 1

9

There are two tab display modes in Sublime Text 3. Layer and shrink. Those arrows are part of the layer setting.

You can use the arrows to scroll, for example:

enter image description here

and after clicking a few times:

enter image description here

You can also:

  • Scroll the tabs with the mouse wheel.
  • Hold down your click for continued scrolling.
  • Use the downward arrow to open a dropdown list of tabs.
  • Note: The arrows and mouse wheel don't take effect until there are enough tabs to scroll through.
  • Note: Scrolling will not open the tabs automatically like shrink mode will.

To disable:

  • In your user settings, add "enable_tab_scrolling": false. This will revert the display to shrink. And you can open the tabs by scrolling with the mouse wheel.
4
  • Thank you! Trying to find a setting to disable them now, but I don't think there is one… Commented Jan 28, 2015 at 4:10
  • 2
    @MarcusPlimsoll in your user settings, add "enable_tab_scrolling": false. This will cause the individual tabs to shrink as more are added, instead of scrolling them at full size.
    – MattDMo
    Commented Jan 28, 2015 at 19:42
  • 1
    @MattDMo II want to still scroll with my mouse wheel, but just have more space (no arrows), but I'll try this for a while. Thanks! Commented Jan 29, 2015 at 0:29
  • There are three synonymous key bindings to switch active tab left/right: Super + Shift + [ or ], Super + Alt + Left or Right, and Ctrl + Pagedown or Pageup. Use "command": "prev_view" and "command": "next_view" to create your own. Honestly, the UI buttons are a poor design decision - hide them to save space and reduce visual clutter.
    – iono
    Commented Mar 21, 2021 at 19:38

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .