about summary refs log tree commit diff
path: root/dotfiles/ghostty/config
diff options
context:
space:
mode:
authorBaitinq <[email protected]>2025-02-11 20:17:13 +0100
committerBaitinq <[email protected]>2025-02-11 20:17:13 +0100
commit7188c241fcb593703e8c3f4313d910c1290e796b (patch)
tree56bae08510ec0c22e23a3ef510e76e4adc305cb7 /dotfiles/ghostty/config
parentMisc: Use optimise automatic instead of auto-optimise-store (diff)
downloadnixos-config-7188c241fcb593703e8c3f4313d910c1290e796b.tar.gz
nixos-config-7188c241fcb593703e8c3f4313d910c1290e796b.tar.bz2
nixos-config-7188c241fcb593703e8c3f4313d910c1290e796b.zip
Dotfiles: Ghostty: Add paste keybinds
Diffstat (limited to 'dotfiles/ghostty/config')
-rw-r--r--dotfiles/ghostty/config3
1 files changed, 3 insertions, 0 deletions
diff --git a/dotfiles/ghostty/config b/dotfiles/ghostty/config
index 08029f0..127a628 100644
--- a/dotfiles/ghostty/config
+++ b/dotfiles/ghostty/config
@@ -13,6 +13,9 @@ window-decoration = false
 clipboard-read = "allow"
 clipboard-paste-protection = false
 
+keybind = alt+c=copy_to_clipboard
+keybind = alt+v=paste_from_clipboard
+
 gtk-adwaita = false
 
 initial-command = "zsh"