Timeline for Why does "cat >> file" not work in zsh with pasted text?
Current License: CC BY-SA 4.0
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Mar 19, 2021 at 1:18 | vote | accept | John Tang Boyland | ||
| Mar 16, 2021 at 13:12 | answer | added | Marlon Richert | timeline score: 1 | |
| Feb 23, 2021 at 5:03 | comment | added | muru | A ctrl-d at a non-empty prompt acts like tab (for completion), iirc. Did you maybe press Ctrl-D twice or something? | |
| Feb 23, 2021 at 1:21 | comment | added | Michael Homer | The reverse video is "bracketed paste mode" of your terminal emulator, not directly zsh's doing, though it (something in your zsh configuration, really) is probably asking the terminal to enable it. Bash actually supports that too, just not in v3.2. It shouldn't still be enabled once a command is running, only during line editing, so that at least is unexpected. It's unclear exactly what is going on in these examples or where the paste is falling over, though. | |
| Feb 23, 2021 at 0:15 | review | First posts | |||
| Feb 23, 2021 at 9:09 | |||||
| Feb 23, 2021 at 0:11 | history | asked | John Tang Boyland | CC BY-SA 4.0 |