-
i'm having trouble sending option-enter keypresses to the terminal, i've read this https://zed.dev/docs/key-bindings#forward-keys-to-terminal and in my keymap i've tried the following: [
{
"context": "Terminal",
"bindings": {
"alt-enter": ["terminal::SendKeystroke", "Alt+Enter"]
}
}
] i've also tried the {
"terminal": {
"option_as_meta": true
}
} but no dice so far. i use option-enter to write newlines in aider. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
I believe it should be |
Beta Was this translation helpful? Give feedback.
-
Yeah, I just did the same thing but with fish_key_reader We likely need to add zed/crates/terminal/src/mappings/keys.rs Lines 52 to 54 in cc7c0a3 Separately if you have a buffer search deployed it is also broken. The keymap here could use tweaking zed/assets/keymaps/default-macos.json Lines 221 to 229 in cc7c0a3 |
Beta Was this translation helpful? Give feedback.
Thanks for reporting. Fixed in: