1
0
Fork 0

wezterm: adjust configuration

This commit is contained in:
Daniel Kempkens 2025-01-02 20:27:44 +01:00
parent 21cfb20268
commit df75716bec
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -233,6 +233,7 @@
{:key :RightArrow
:mods :CMD
:action (wezterm.action.ActivateTabRelative 1)}]
:enable_kitty_keyboard true
:send_composed_key_when_left_alt_is_pressed true
:send_composed_key_when_right_alt_is_pressed true
;; Mouse
@ -260,4 +261,5 @@
{:label :zsh :args [_G.shells.zsh]}]
;; Other
:front_end :WebGpu
:max_fps 120
:check_for_updates false})