kitty: add zoom

This commit is contained in:
Matthew Ryan Dillon 2025-12-10 11:23:21 -05:00
parent 6c04f45fbc
commit 0f1af1eb27

View file

@ -5,7 +5,7 @@ clipboard_control write-clipboard write-primary no-append
macos_option_as_alt yes macos_option_as_alt yes
enable_audio_bell no enable_audio_bell no
visual_bell_duration 0.5 visual_bell_duration 0.5
enabled_layouts splits enabled_layouts splits, stack
tab_bar_edge top tab_bar_edge top
tab_bar_min_tabs 2 tab_bar_min_tabs 2
tab_title_template "{fmt.fg.red}{bell_symbol}{activity_symbol}{fmt.fg.tab}{index} {title.split('/')[-1].split(':')[-1]}" tab_title_template "{fmt.fg.red}{bell_symbol}{activity_symbol}{fmt.fg.tab}{index} {title.split('/')[-1].split(':')[-1]}"
@ -20,6 +20,7 @@ map ctrl+a>" launch --location=hsplit
map ctrl+a>% launch --location=vsplit map ctrl+a>% launch --location=vsplit
map ctrl+a>c new_tab_with_cwd map ctrl+a>c new_tab_with_cwd
map ctrl+a>shift+c new_tab map ctrl+a>shift+c new_tab
map ctrl+a>z toggle_layout stack
map ctrl+a>ctrl+a goto_tab -1 map ctrl+a>ctrl+a goto_tab -1
map ctrl+a>0 select_tab map ctrl+a>0 select_tab
map ctrl+a>1 goto_tab 1 map ctrl+a>1 goto_tab 1