Skip to main content

All Questions

Tagged with
0 votes
0 answers
12 views

Color handling and "dim" on ConEmu with git-for-windows bash

Under git-for-windows "Git bash" (so, MinTTY), standard unix color codes are handled and I may use the "dim" option, so echo -e "\033[1mHello\033[0mHello\033[2mHello\033[0m&...
sayanel's user avatar
  • 145
2 votes
0 answers
65 views

How Do I Prevent Git Bash Highlight On Paste?

When I use my mouse to copy text in Git Bash it highlights the text which is fine. However, when I use the mouse to paste the text it also highlights the pasted text. Now here comes the interesting ...
opticyclic's user avatar
  • 1,559
3 votes
2 answers
296 views

Configure Cmder/ConEmu to correctly convert paths (remove /mnt/ prefix)?

Across multiple installs of Cmder I have had this issue. When running Git Bash the drives are mounted to /, but when pasting windows paths into the console it converts as if they are mounted in /mnt/. ...
Annan Yearian's user avatar
0 votes
1 answer
595 views

Is there anyway that ConEmu can display local bash and remote ssh on the same tab?

OS: Win 10 ConEmu: 180626 [64] I would like to display a ssh to my remote server and a local bash on the same. I can easily split with CTRL+SHIFT+ (e or o) but if I'm on remote it opens another ...
chris loughnane's user avatar
0 votes
1 answer
103 views

Avoid console clipping/capping in ConEmu

I'm using ConEmu with Git Bash. Everything works fine for the moment, but when I'm using tailing logs (like with Heroku using heroku logs --tail), at a certain moment the console gets clipped/capped ...
Gonzalo González Mora's user avatar
12 votes
1 answer
5k views

Open A New Tab In ConEmu, in the same Directory (git bash)

I want to assign a keyboard short cut within ConEmu that will open a new tab, in the same directory as the current tab is within. So something like: -new_console:d:[<pwd>]%ProgramFiles(x86)%\...
chrispepper1989's user avatar
2 votes
1 answer
3k views

GIT Bash commands produce no output in ConEmu

I've tried this with ConEmuPack.141123 and ConEmuPack.140602: As you can see, error messages print fine (like dir: command not found), but output from bash commands don't show up. Does anyone know ...
Mrchief's user avatar
  • 452
8 votes
2 answers
2k views

Rename tab from MinGW-console using ConEmu

I'm using the cmder (ConEmu) with Git Bash-tabs (MinGW) and I want to rename the current tab with a console command. Within a cmd-Tab I can use cmd /c RenameTab "myTabName" but I a need a similar ...
dontpanic423's user avatar
12 votes
1 answer
8k views

Default console in ConEmu

I have git bash setup as a predefined task (task #1). But when I open ConEmu it defaults to cmd console, how do I change the default console to git bash?
jkarimi's user avatar
  • 223
1 vote
1 answer
2k views

Start SSH session in ConEmu using Keepass 2

I am using Keepass 2 to store my SSH login credentials. Keepass has the ability to run commands and insert usernames, passwords, etc. into that command, so you can click on a web site credential and ...
eimajenthat's user avatar
0 votes
1 answer
1k views

Change ConEmu directory to working directory with Git bash

I'm currently using the following to open a Git bash instance: -new_console:"%ProgramFiles%\Git\bin\sh.exe" --login -i This starts a new tab in the home directory. I'd like it to start the tab in ...
funseiki's user avatar
  • 319