diff options
Diffstat (limited to 'mut/ghostty/config')
| -rw-r--r-- | mut/ghostty/config | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mut/ghostty/config b/mut/ghostty/config new file mode 100644 index 0000000..259a616 --- /dev/null +++ b/mut/ghostty/config @@ -0,0 +1,12 @@ +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 = ctrl+zero=unbind +theme=GruvboxLuke +window-decoration=false |
