wezterm: adjust configuration
This commit is contained in:
parent
21cfb20268
commit
df75716bec
1 changed files with 2 additions and 0 deletions
|
@ -233,6 +233,7 @@
|
||||||
{:key :RightArrow
|
{:key :RightArrow
|
||||||
:mods :CMD
|
:mods :CMD
|
||||||
:action (wezterm.action.ActivateTabRelative 1)}]
|
:action (wezterm.action.ActivateTabRelative 1)}]
|
||||||
|
:enable_kitty_keyboard true
|
||||||
:send_composed_key_when_left_alt_is_pressed true
|
:send_composed_key_when_left_alt_is_pressed true
|
||||||
:send_composed_key_when_right_alt_is_pressed true
|
:send_composed_key_when_right_alt_is_pressed true
|
||||||
;; Mouse
|
;; Mouse
|
||||||
|
@ -260,4 +261,5 @@
|
||||||
{:label :zsh :args [_G.shells.zsh]}]
|
{:label :zsh :args [_G.shells.zsh]}]
|
||||||
;; Other
|
;; Other
|
||||||
:front_end :WebGpu
|
:front_end :WebGpu
|
||||||
|
:max_fps 120
|
||||||
:check_for_updates false})
|
:check_for_updates false})
|
||||||
|
|
Loading…
Reference in a new issue