kitty: add zoom
This commit is contained in:
parent
6c04f45fbc
commit
0f1af1eb27
1 changed files with 2 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ clipboard_control write-clipboard write-primary no-append
|
|||
macos_option_as_alt yes
|
||||
enable_audio_bell no
|
||||
visual_bell_duration 0.5
|
||||
enabled_layouts splits
|
||||
enabled_layouts splits, stack
|
||||
tab_bar_edge top
|
||||
tab_bar_min_tabs 2
|
||||
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>c new_tab_with_cwd
|
||||
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>0 select_tab
|
||||
map ctrl+a>1 goto_tab 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue