diff options
| author | Mike Vink <ivi@vinkies.net> | 2025-03-06 23:32:44 +0100 |
|---|---|---|
| committer | Mike Vink <ivi@vinkies.net> | 2025-03-06 23:32:44 +0100 |
| commit | c4fd85f7c9bcbe36cb3585b1ecb316c72af31b46 (patch) | |
| tree | 6d6206844a57feae688c40ada39e206892ef79f3 | |
| parent | 9837fb91855f267982b0aefb1339bef4b5b8ee6c (diff) | |
disable alt keybindings in ghostty for now
| -rw-r--r-- | .config/ghostty/config | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/ghostty/config b/.config/ghostty/config index e0d3364..128bdf7 100644 --- a/.config/ghostty/config +++ b/.config/ghostty/config @@ -1,11 +1,11 @@ -keybind = alt+k=scroll_page_fractional:-0.4 -keybind = alt+j=scroll_page_fractional:+0.4 +# 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+c=copy_to_clipboard keybind = alt+v=paste_from_clipboard -keybind = alt+shift+k=increase_font_size:1 -keybind = alt+shift+j=decrease_font_size:1 +# keybind = alt+shift+k=increase_font_size:1 +# keybind = alt+shift+j=decrease_font_size:1 keybind = ctrl+zero=unbind keybind = ctrl+enter=unbind |
