make multiline ctrl+v paste behaviour default to keep UX consistency #1522
Comments
But it is safe. |
In most cases you use paste to execute some commands in the prompt. So, by Ctrl+V you get the command pasted and it's ready to be executed by explicit |
I often paste multiple commands from e.g. a PowerShell script. Just saying. |
also, many times (after recent updates which this option was added) I pasted configs (nano in an ssh session) and multiline commands from a tutorial (e.g. |
BTW, |
I've seen the settings. What I'm saying is I expect Ctrl + V to work the same everywhere including ConEmu and it did until recently. And this different behavior is a bad UX. P.S. Instead of |
You've asked about default Ctrl+V behavior (options for the fresh installation). So I didn't mention any option. |
thanks :) but please think about my argument about Ctrl + V consistent behavior. |
* `Ctrl+V` inserts multiple lines from clipboard with `\n` inside; * `Shift+Ins inserts all lines as single line replacing `\n` with spaces. Both may be configured in Settings/Paste.
Versions
ConEmu build: 180418 preview x64
OS version: Windows 10 1709 x64
Used shell version (Far Manager, git-bash, cmd, powershell, cygwin, whatever): bash on windows
Problem description
Pasting multiline text with ctrl+v is now set to "one line paste" and this is UX inconsistency.
The text was updated successfully, but these errors were encountered: