diff options
| author | Mike Vink <59492084+ivi-vink@users.noreply.github.com> | 2024-12-31 18:34:27 +0100 |
|---|---|---|
| committer | Mike Vink <59492084+ivi-vink@users.noreply.github.com> | 2024-12-31 18:34:27 +0100 |
| commit | 9b2131222a6724ec34af4fefc2cc2a540cdd7773 (patch) | |
| tree | 370399a7551adefc6d2e9bc487abe2cd58825414 /mut/ghostty | |
| parent | 14fd73852847615a9de28b04e08e27b373e9e6be (diff) | |
update system
Diffstat (limited to 'mut/ghostty')
| -rw-r--r-- | mut/ghostty/config | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mut/ghostty/config b/mut/ghostty/config index 259a616..dafa2b7 100644 --- a/mut/ghostty/config +++ b/mut/ghostty/config @@ -1,7 +1,7 @@ keybind = alt+k=scroll_page_fractional:-0.4 keybind = alt+j=scroll_page_fractional:+0.4 -keybind = alt+b=scroll_page_up -keybind = alt+f=scroll_page_down +# keybind = alt+b=scroll_page_up +# keybind = alt+f=scroll_page_down keybind = alt+c=copy_to_clipboard keybind = alt+v=paste_from_clipboard keybind = alt+shift+k=increase_font_size:1 @@ -10,3 +10,4 @@ keybind = alt+shift+j=decrease_font_size:1 keybind = ctrl+zero=unbind theme=GruvboxLuke window-decoration=false +confirm-close-surface=false |
