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

tab manipulation problem #9

Closed
hugomrdias opened this issue Oct 17, 2013 · 5 comments
Closed

tab manipulation problem #9

hugomrdias opened this issue Oct 17, 2013 · 5 comments

Comments

@hugomrdias
Copy link

CTRL + ALT + X

Wasnt a good choice :/

ctrl+alt+2 = @
ctrl+alt+3 = £
etc etc

i cant right an email address in cmder, need to copy/paste from somewhere else .

@samvasko
Copy link
Contributor

I will get onto that. What kind of keyboard layout are you using?
By the way what would you suggest. Are you using any other emulator with different key binding?

@hugomrdias
Copy link
Author

ISO layout keyboard
I would suggest shift+alt+x and i always used conemu.

i cloned the repo and ran the builder, the url you request for the dependencies checks for new versions ?

@samvasko
Copy link
Contributor

It fetches the latest featured archives form google code. So not the alpha builds.

@hugomrdias
Copy link
Author

shift+alt+x seems nice been using it for some hours now

found another problem can't get the cmd to find the ssh keys, but if i run the git-cmd.bat from the vendor/msysgit i can ssh normally. tried to mess with the init.bat but no luck

@hugomrdias
Copy link
Author

found the problem with the ssh keys in the init.bat

@if not exist "%HOME%" @set HOME=%HOMEDRIVE%%HOMEPATH%
@if not exist "%HOME%" @set HOME=%USERPROFILE%
@set PLINK_PROTOCOL=ssh
@if not defined TERM set TERM=msys

this is suppose to set %HOME% to %userprofile% but something after this sets %HOME% to the cmder config folder

this could be a good thing to keep things portable but may confuse some ppl

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

2 participants