affinity working!

This commit is contained in:
Matt Nish-Lapidus 2025-01-03 23:23:35 -05:00
parent 0a72c12efc
commit 56612b2779
5 changed files with 424 additions and 74 deletions

View file

@ -43,6 +43,8 @@ config.tab_bar_at_bottom = true
config.enable_kitty_keyboard = true
config.unzoom_on_switch_pane = true
config.keys = {
{
key = 'Enter',
@ -67,6 +69,11 @@ config.keys = {
act.SendKey { key = 'L', mods = 'CTRL' },
},
},
{
key = 'z',
mods = 'CTRL|META',
action = wezterm.action.TogglePaneZoomState,
},
{
key = 'w',
mods = 'CTRL',