Cmder: Windows 10 Ubuntu Pasting Issues

Created on 12 Dec 2017  路  24Comments  路  Source: cmderdev/cmder

When I try and copy and paste something like this into the bash shell in cmder :

go get github.com/golang/dep/cmd/dep

All that gets pasted is:

m/golang/dep/cmd/dep

Why? Driving me nuts.

馃憜 ConEmu

Most helpful comment

And just to confirm, the issue does appear to have been resolved.

To others stuck with this issue: I'm using the portable release, so I downloaded the portable latest release of ConEmu here and unpacked into cmder\vendor\conemu-maximus5 - it works :-)

All 24 comments

I have the same problems. Pasting large commands or using the up arrow seems to cause some text wrapping issues.

Same issue, running Inside Build 17025. Doesn't happen when running bash.exe.

I am seeing the same issue for over a month. I can't find a version where this is not happening now.

I'm affected by this problem too. It seems to be a ConEmu issue. I reported it here: https://github.com/Maximus5/ConEmu/issues/1387

Hey there,
Cmder uses ConEmu as terminal emulator, if you are experiencing a problem with that, please open a bug over at https://github.com/Maximus5/ConEmu

Thank you! :)

@Stanzilla looks like this was resolved so maybe Cmder distro needs an update?

And just to confirm, the issue does appear to have been resolved.

To others stuck with this issue: I'm using the portable release, so I downloaded the portable latest release of ConEmu here and unpacked into cmder\vendor\conemu-maximus5 - it works :-)

Yeah we need to cut a new release, I was just waiting for the new git version to come out but that seems to take longer than I anticipated. Any day now though.

Eagerly waiting for the new release. Thanks everybody.

@deadalnix you can just download a nightly build if it is urgent?

@Stanzilla everyone who accepts (or is forced to install 馃檮) the latest Win 10 update is affected by this - the paste function simply stops working. I think it would be nice to get a release out soon, so everyone doesn't have to find this issue on github and fix it by hand?

@mindplay-dk : I just replaced the contents now, but now Home (Pos1) and End keys don't seem to work. Also the command completion with the cursor keys doesn't work anymore. Did you only replace the executables and does this work for you?

now Home (Pos1) and End keys don't seem to work

odd! works fine here.

Also the command completion with the cursor keys doesn't work anymore

with the cursor keys? not sure how that works.

auto-completion with TAB works fine, and cursor up/down iterates through history as usual.

Did you only replace the executables and does this work for you?

That's all I did, yeah - unzip the entire folder on top of the files already there.

Did you install the latest OS update? I'm on Win 10 Pro build 17134.48

Up and down go through history, but before doing this, when I wrote "ssh" it would only cycle through my previous ssh commands. Pos1 and End still don't seem to do anything... It's odd...
I'm on Win 10 Pro 1803 17134.81

Upgraded to 17134.81 and everything still works fine here.

after I replaced the conemu with a newer version the pasting is fixed but vi isn't working... up/down arrows are non-responsive, can't edit a file :-( this side effect is brutal.

+1 , the copying and pasting behavior now works, but arrows are now broken in various contexts like vim and most.

@zaszlo any progress on that front ?

@deadalnix I reverted my conemu to the original as I'm more often editing files in terminal (ex. commit messages) then pasting in commands. Or I try to do the pasting from cmd and not from Windows' linux shell. So it is not resolved for me. Did I miss the solution or why is this issue closed?

I will make a new issue and update here. Dunno why this is still closed as it should not be.

Ok so as it turns out, the p flag used to default to value 5 for cur_console, but doesn't anymore. This is what was causing the issue in vim and alike for me. Replacing p to p5 in my templates solved it.

I'm not a cmder power user, for a more commonly understandable hotfix, please include the paths to templates, which line... and if editing the original conemu that has the pasting issue or the newest/updated version of it that has the vim issue.

If available rather please share a link to a cmder or conemu that has fixed this. I would prefer not to bother with editing conemu/cmder files outside of its GUI config settings for such a general thing.

@deadalnix please help me finding that template file, or tab/section where to set p5 for that cur_console. I tried seearching for it in all conemu and inside the settings with cur_console but hasn't seen any p there. Thanks.

@zaszlo If you had read this issue, you would see my comment stating that I created a new issue. I posted a detailed fix there (on the 21.July).

Was this page helpful?
0 / 5 - 0 ratings

Related issues

edgariscoding picture edgariscoding  路  3Comments

justinmchase picture justinmchase  路  3Comments

jenisys picture jenisys  路  3Comments

brunowego picture brunowego  路  3Comments

tfarina picture tfarina  路  3Comments