diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-02-23 20:44:15 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-02-23 20:44:15 +0100 |
| commit | 933ce4b42478153d4cd027054d0121a547ebcdb7 (patch) | |
| tree | 58ffff1946a5b34eb891f6ae3dfa5bde2f30e4cd /.config | |
| parent | ecf53716c4ef5c172cfb021b2f9815d8b311e2f1 (diff) | |
Fix claude in alacritty
Diffstat (limited to '.config')
| -rw-r--r-- | .config/alacritty/alacritty.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/alacritty/alacritty.toml b/.config/alacritty/alacritty.toml index 66b0c7b..d2110e4 100644 --- a/.config/alacritty/alacritty.toml +++ b/.config/alacritty/alacritty.toml @@ -17,5 +17,6 @@ decorations = "None" [keyboard] bindings = [ { key = "Insert", mods = "Shift", action = "Paste" }, - { key = "Insert", mods = "Control", action = "Copy" } + { key = "Insert", mods = "Control", action = "Copy" }, + { key = "Return", mods = "Shift", chars = "\n" } ] |
