Available in version 3.6 or later.
To customize toolbar:
- use
Settings
/ Advanced Options...
menu (or Ctrl + K
Command Palette, type adv
to narrow down and select Advanced Options...
command)
- this opens default .txt editor with advanced settings file
- find
Shortcuts
array and add new shortcut definitions
Example of customization:
Shortcuts [
[
Cmd = CmdPrevTab
ToolbarText = Prev Tab
]
[
Cmd = CmdNextTab
ToolbarText = Next Tab
]
]
Explanation:
CmdNextTab
is one of the commands
Next Tab
will be shown in the toolbar
Using icons #
Ideally we would allow SVG icons but that’s not possible.
To find a symbol you can search for example for arrow
and then copy & paste the symbol (e.g. →
) into settings file.