From f8649f2913cab3e9c381dfe3d23016866bdf0929 Mon Sep 17 00:00:00 2001 From: Daniil Rozanov Date: Fri, 4 Apr 2025 14:52:00 +0400 Subject: refactor --- ghostty/.config/ghostty/config | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 ghostty/.config/ghostty/config (limited to 'ghostty') diff --git a/ghostty/.config/ghostty/config b/ghostty/.config/ghostty/config new file mode 100644 index 0000000..813b1eb --- /dev/null +++ b/ghostty/.config/ghostty/config @@ -0,0 +1,21 @@ +keybind = page_up=scroll_page_up +keybind = page_down=scroll_page_down + +keybind = ctrl+shift+h=goto_split:left +keybind = ctrl+shift+j=goto_split:down +keybind = ctrl+shift+k=goto_split:up +keybind = ctrl+shift+l=goto_split:right +keybind = ctrl+shift+p=previous_tab +keybind = ctrl+shift+n=next_tab + +keybind = ctrl+shift+alt+h=resize_split:left,15 +keybind = ctrl+shift+alt+j=resize_split:down,15 +keybind = ctrl+shift+alt+k=resize_split:up,15 +keybind = ctrl+shift+alt+l=resize_split:right,15 +keybind = ctrl+shift+alt+e=equalize_splits + +keybind = f11=toggle_fullscreen +keybind = ctrl+shift+q=close_window +keybind = ctrl+shift+d=close_tab + +font-size = 11.5 -- cgit v1.2.3