From 090d8bd488698205ff62847b0efdfea817b18c56 Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Fri, 17 Apr 2026 10:54:09 +0100 Subject: feat: add Ctrl+Shift+u to copy URL under cursor in ghostty --- home/.config/ghostty/config | 3 +++ 1 file changed, 3 insertions(+) (limited to 'home/.config') diff --git a/home/.config/ghostty/config b/home/.config/ghostty/config index e283c75..18bb644 100644 --- a/home/.config/ghostty/config +++ b/home/.config/ghostty/config @@ -28,6 +28,9 @@ keybind = ctrl+shift+page_down=unbind # Scroll keybinds (for use outside zellij) keybind = ctrl+shift+up=scroll_page_lines:-1 keybind = ctrl+shift+down=scroll_page_lines:1 +# Copy URL under cursor to clipboard (works inside zellij without mouse) +keybind = ctrl+shift+u=copy_url_to_clipboard + keybind = alt+u=scroll_page_up keybind = alt+d=scroll_page_down keybind = alt+g=scroll_to_top -- cgit v1.2.3-70-g09d2