aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/home/.config/ghostty/config
diff options
context:
space:
mode:
authorLibravatar sommerfeld <[email protected]>2026-04-17 10:54:09 +0100
committerLibravatar sommerfeld <[email protected]>2026-04-17 10:54:09 +0100
commit090d8bd488698205ff62847b0efdfea817b18c56 (patch)
tree2722207abe2a7f7490ba1487cefbcf46fa38cab2 /home/.config/ghostty/config
parent3ab0436fd85ef72529038d3b0aeecd4d1009b6ed (diff)
downloaddotfiles-090d8bd488698205ff62847b0efdfea817b18c56.tar.gz
dotfiles-090d8bd488698205ff62847b0efdfea817b18c56.tar.bz2
dotfiles-090d8bd488698205ff62847b0efdfea817b18c56.zip
feat: add Ctrl+Shift+u to copy URL under cursor in ghostty
Diffstat (limited to 'home/.config/ghostty/config')
-rw-r--r--home/.config/ghostty/config3
1 files changed, 3 insertions, 0 deletions
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