diff options
| author | Baitinq <[email protected]> | 2025-02-11 20:17:13 +0100 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2025-02-11 20:17:13 +0100 |
| commit | 7188c241fcb593703e8c3f4313d910c1290e796b (patch) | |
| tree | 56bae08510ec0c22e23a3ef510e76e4adc305cb7 /dotfiles/ghostty/config | |
| parent | Misc: Use optimise automatic instead of auto-optimise-store (diff) | |
| download | nixos-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/config | 3 |
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" |