diff --git a/nixos/home/terminal/config/wezterm/wezterm.lua b/nixos/home/terminal/config/wezterm/wezterm.lua index fd6df17d..2968a40e 100644 --- a/nixos/home/terminal/config/wezterm/wezterm.lua +++ b/nixos/home/terminal/config/wezterm/wezterm.lua @@ -15,6 +15,7 @@ return { tab_max_width = 79, tab_bar_style = { new_tab = tab_bar_style.new_tab(scheme), new_tab_hover = tab_bar_style.new_tab_hover(scheme) }, hide_tab_bar_if_only_one_tab = true, + hide_mouse_cursor_when_typing = false, disable_default_key_bindings = true, keys = require "keys", key_tables = require "key_tables",