Skip to content

Commit

Permalink
Force reverse cursor
Browse files Browse the repository at this point in the history
Otherwise sometimes the text won't be visible in vim for some wezterm
colorschemes.

See wez/wezterm#2260
  • Loading branch information
vimpostor committed Jul 15, 2022
1 parent 1111720 commit a60e297
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wezterm/wezterm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ return {
exit_behavior = "Close",
font = wezterm.font("MesloLGS NF"),
font_size = 10.0,
force_reverse_video_cursor = true,
keys = {
{key="UpArrow", mods="SHIFT", action=wezterm.action.ScrollToPrompt(-1)},
{key="DownArrow", mods="SHIFT", action=wezterm.action.ScrollToPrompt(1)},
Expand Down

0 comments on commit a60e297

Please sign in to comment.