๐Ÿ”’ Backup for my config files
dotfiles
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add shortcut to tab overview

+12
+12
.config/ghostty/conf.d/input/config
··· 1 1 keybind = ctrl+b>r=reload_config 2 2 keybind = global:alt+a=toggle_quick_terminal 3 3 4 + keybind = ctrl+b>t=toggle_window_decorations 5 + keybind = ctrl+b>o=toggle_tab_overview 6 + 4 7 # ๎ญฟ Tabs 5 8 keybind = ctrl+b>c=new_tab 9 + keybind = ctrl+b>n=next_tab 10 + keybind = ctrl+b>p=previous_tab 6 11 7 12 keybind = ctrl+b>1=goto_tab:1 8 13 keybind = ctrl+b>2=goto_tab:2 ··· 15 20 keybind = ctrl+b>e=equalize_splits 16 21 17 22 keybind = ctrl+b>j=goto_split:down 23 + keybind = ctrl+shift+j=goto_split:down 24 + 18 25 keybind = ctrl+b>k=goto_split:up 26 + keybind = ctrl+shift+k=goto_split:up 27 + 19 28 keybind = ctrl+b>h=goto_split:left 29 + keybind = ctrl+shift+h=goto_split:left 30 + 20 31 keybind = ctrl+b>l=goto_split:right 32 + keybind = ctrl+shift+l=goto_split:right