mirror of
https://github.com/wez/wezterm.git
synced 2024-11-22 22:42:48 +03:00
doc: add missing config variable on tab_bar_style documentation
This commit is contained in:
parent
53988c7fe6
commit
547825072c
@ -44,6 +44,8 @@ This example changes the tab edges to the PowerLine arrow symbols:
|
||||
```lua
|
||||
local wezterm = require 'wezterm'
|
||||
|
||||
local config = wezterm.config_builder()
|
||||
|
||||
-- The filled in variant of the < symbol
|
||||
local SOLID_LEFT_ARROW = wezterm.nerdfonts.pl_right_hard_divider
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user