diff --git a/alacritty-claude.toml b/alacritty-claude.toml deleted file mode 100644 index 20f111b..0000000 --- a/alacritty-claude.toml +++ /dev/null @@ -1,5 +0,0 @@ -# Claude added the following but chars line breaks config -[[keyboard.bindings]] -key = "Return" -mods = "Shift" -chars = "\x1b\r" diff --git a/src/base.toml b/src/base.toml index 8686696..414fd94 100644 --- a/src/base.toml +++ b/src/base.toml @@ -36,6 +36,13 @@ style = "Semibold" x = -1 y = 0 + +# claude-code shift+enter support +[[keyboard.bindings]] +key = "Return" +mods = "Shift" +chars = "\u001B\r" + [[keyboard.bindings]] action = "Paste" key = "V"