Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ctrl-A move cursor to wrong position #1512

Closed
3usi9 opened this issue Oct 11, 2017 · 3 comments
Closed

Ctrl-A move cursor to wrong position #1512

3usi9 opened this issue Oct 11, 2017 · 3 comments

Comments

@3usi9
Copy link

3usi9 commented Oct 11, 2017

Version: v1.3.2
OS: Windows 10 64-bits

I am used to deleting current commands with C-a C-k in terminal..
however, it seems doesn't work on cmder...

Input one word:

cap1

Everything seems OK..

Input two words:
cap2

After enter C-a
cap3

After C-k
cap4

Even if there is no command to be executed, a character is left here...

@snowman
Copy link

snowman commented May 30, 2018

Same issue in
Version:1.3.6
OS: Windows 7 Ultimate x64

@Stanzilla
Copy link
Member

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! :)

@snowman
Copy link

snowman commented May 30, 2018

Open your %CMDER_PATH%/vendor/clink.lua,
Change line local lambda = "λ" with local lambda = "$"

Ref:
#1425
https://unix.stackexchange.com/questions/207941/custom-bash-prompt-cursor-positioning-issue
https://bixense.com/clicolors/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants