Disable hiding cursor in wezterm
This commit is contained in:
parent
a922708afe
commit
c77c02cd8c
|
@ -15,6 +15,7 @@ return {
|
||||||
tab_max_width = 79,
|
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) },
|
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_tab_bar_if_only_one_tab = true,
|
||||||
|
hide_mouse_cursor_when_typing = false,
|
||||||
disable_default_key_bindings = true,
|
disable_default_key_bindings = true,
|
||||||
keys = require "keys",
|
keys = require "keys",
|
||||||
key_tables = require "key_tables",
|
key_tables = require "key_tables",
|
||||||
|
|
Loading…
Reference in a new issue