Skip to content

Commit

Permalink
chore(wezterm): use custom default_cursor_style
Browse files Browse the repository at this point in the history
  • Loading branch information
haunt98 committed Dec 20, 2023
1 parent d1247f0 commit 2df753f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data/wezterm/wezterm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ local flexi_ibm = {
},
font_size = 18.0,
line_height = 1.2,
default_cursor_style = "SteadyBlock",
}

return {
Expand Down Expand Up @@ -94,7 +95,7 @@ return {

native_macos_fullscreen_mode = true,

default_cursor_style = "SteadyBar",
default_cursor_style = flexi_ibm.default_cursor_style,
audible_bell = "Disabled",

-- Remove in next version
Expand Down

0 comments on commit 2df753f

Please sign in to comment.