affinity working!
This commit is contained in:
parent
0a72c12efc
commit
56612b2779
5 changed files with 424 additions and 74 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue