mirror of
https://github.com/joshuadavidthomas/dotfiles.git
synced 2025-12-23 05:36:53 +00:00
add "leader" to ghostty keybinds
abusing the chording, but this gets me close to my Wezterm config
This commit is contained in:
parent
465477f08d
commit
43783010d4
1 changed files with 21 additions and 11 deletions
|
|
@ -7,32 +7,42 @@ font-size = 11.0
|
|||
# Keys
|
||||
keybind = f11=toggle_fullscreen
|
||||
|
||||
keybind = ctrl+enter=new_split:auto
|
||||
keybind = super+shift+m=toggle_split_zoom
|
||||
keybind = ctrl+a>enter=new_split:auto
|
||||
keybind = ctrl+a>m=toggle_split_zoom
|
||||
keybind = ctrl+h=goto_split:left
|
||||
keybind = ctrl+j=goto_split:bottom
|
||||
keybind = ctrl+k=goto_split:top
|
||||
keybind = ctrl+l=goto_split:right
|
||||
|
||||
keybind = super+shift+t=new_tab
|
||||
keybind = super+shift+h=previous_tab
|
||||
keybind = super+shift+l=next_tab
|
||||
keybind = super+shift+comma=move_tab:-1
|
||||
keybind = super+shift+period=move_tab:1
|
||||
keybind = ctrl+a>c=new_tab
|
||||
keybind = ctrl+a>h=previous_tab
|
||||
keybind = ctrl+a>l=next_tab
|
||||
keybind = ctrl+a>comma=move_tab:-1
|
||||
keybind = ctrl+a>period=move_tab:1
|
||||
|
||||
keybind = ctrl+shift+w=close_surface
|
||||
keybind = ctrl+a>1=goto_tab:1
|
||||
keybind = ctrl+a>2=goto_tab:2
|
||||
keybind = ctrl+a>3=goto_tab:3
|
||||
keybind = ctrl+a>4=goto_tab:4
|
||||
keybind = ctrl+a>5=goto_tab:5
|
||||
keybind = ctrl+a>6=goto_tab:6
|
||||
keybind = ctrl+a>7=goto_tab:7
|
||||
keybind = ctrl+a>8=goto_tab:8
|
||||
keybind = ctrl+a>9=goto_tab:9
|
||||
|
||||
keybind = ctrl+a>w=close_surface
|
||||
|
||||
# Mouse
|
||||
mouse-hide-while-typing = true
|
||||
|
||||
# Window
|
||||
adw-toolbar-style = raised-border
|
||||
background-opacity = 0.95
|
||||
adw-toolbar-style = flat
|
||||
background-opacity = 0.96
|
||||
cursor-invert-fg-bg = true
|
||||
gtk-single-instance = true
|
||||
gtk-tabs-location = bottom
|
||||
gtk-wide-tabs = false
|
||||
gtk-titlebar = false
|
||||
gtk-titlebar = true
|
||||
linux-cgroup = single-instance
|
||||
theme = dark:tokyonight-storm,light:tokyonight-day
|
||||
window-padding-balance = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue