Skip to content

Commit

Permalink
doc: add missing config variable on tab_bar_style documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
robsonpeixoto authored and wez committed Aug 25, 2023
1 parent 53988c7 commit 5478250
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/config/lua/config/tab_bar_style.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5478250

Please sign in to comment.