diff options
| author | Mike Vink <ivi@vinkies.net> | 2025-02-14 16:19:32 +0000 |
|---|---|---|
| committer | Mike Vink <ivi@vinkies.net> | 2025-02-14 16:19:32 +0000 |
| commit | f6c4f7ecaf15e61b39a974f3b45dc10d95dbce79 (patch) | |
| tree | d649a2c7d355681c3c3b3970a59fd93302e0bcd6 | |
| parent | 0d77dea3a214a70bdec9e05f53b3b97a67ff77a2 (diff) | |
fix ghostty config
| -rw-r--r-- | .config/ghostty/config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/ghostty/config b/.config/ghostty/config index 7db87d5..7107304 100644 --- a/.config/ghostty/config +++ b/.config/ghostty/config @@ -9,7 +9,8 @@ keybind = alt+shift+j=decrease_font_size:1 keybind = ctrl+zero=unbind keybind = ctrl+enter=unbind -keybind = super+q=unbind +keybind = super+q=close_window +keybind = super+r=reload_config theme=GruvboxLuke window-decoration=false confirm-close-surface=false |
