Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
64 views

I thought that ConEmu would allow me to have multiple tabs with only one window open. I navigate to Settings... > General > Appearance and enable both the Single instance mode option and the ...
lyrically wicked's user avatar
0 votes
1 answer
634 views

I'm struggling with a very weird color problem using Cmder (which is based off ConEmu) and oh-my-posh. When I pick an oh-my-posh theme, the colors are never what they are defined as in the theme. ...
Tim Hardy's user avatar
  • 1,814
0 votes
1 answer
110 views

When I use plotext to plot graph in Linux terminial which is connected via ssh, I find that it fails to display block elements correctly. Here is the command I use python3 -c "import plotext as ...
link89's user avatar
  • 1,987
0 votes
1 answer
152 views

I want to create an application with all of the traditional shell features (command history by pressing up/down, autocomplete with Tab, etc.) which will also allow for a couple of static rows at the ...
user2931783's user avatar
0 votes
1 answer
1k views

I can get it to work in powershell, but I do most of my coding/work, just for fun, using normal command prompt/batch files,etc. But can't get it to invoke the init or theme, got it to work fine on ...
crosenblum's user avatar
  • 1,947
2 votes
0 answers
610 views

Here are two cool and esoteric Unicode characters: ⌀ and ⎘. I'm trying to debug why these two characters aren't showing correctly in my ConEmu shell, which instead shows ugly rectangles with a ...
Ram Rachum's user avatar
  • 89.6k
1 vote
1 answer
342 views

I've read the docs about conemu regarding the switch -new_console but I find the syntax pretty confusing and I'm not sure how to create the exact grid layouts I want to. Here's what I've got so far, ...
BPL's user avatar
  • 10k
0 votes
1 answer
141 views

Every time I run a Rails command such as rails -v in ConEmu using the {bash::mintty} terminal, I get the following error: unknown mingwarch "msys" (RuntimeError). However, ruby -v works ...
Gabriel GUERIN's user avatar
1 vote
0 answers
25 views

I'm using Conemu, and I’ve installed everything from zsh to sass. I'm trying to convert variables.scss to variables.css, so I type this command: sass variables.scss:variables.css But I get an error ...
lotte_beenen's user avatar
0 votes
1 answer
397 views

When I setup a tab in conemu to use {Bash: Git bash} it works for a while then I eventually get an error popup that says "The code execution cannot proceed because msys-2.0.dll was not found"...
user1792363's user avatar
-2 votes
1 answer
1k views

By default, vs code runs the python file in the 'python' terminal it creates, but I want this to run in external terminal of Cmder/ConEmu. How can I do it?
Groks_45's user avatar
0 votes
0 answers
1k views

I have the following as a pre-defined task in Cmder which should open gitbash and then run a command (in this case im just using "ls" for simplicity) on startup but keep the shell open. > ...
Rezzy's user avatar
  • 334
1 vote
1 answer
407 views

Good day! I'm having a difficult time determining which window instance of Cmder I need when I'm doing Alt+Tab in window. All of my Cmder instances are just named [1/1] Cmder. Is there a way to ...
Oneb's user avatar
  • 155
0 votes
0 answers
432 views

I have such a string "Port knocking\knock\knock.exe" XXX.XXX.X.XXX 1111 & "Port knocking\knock\knock.exe" XXX.XXX.X.XXX 2222 & "Port knocking\knock\knock.exe" XXX....
Простой Человек's user avatar
2 votes
2 answers
2k views

I am trying to use Cmder in Windows Terminal. I tried following this guide, and I did everything as it says. However, there is a small issue. No matter what I do, the prompt background colour does not ...
Alex Csillag's user avatar
1 vote
2 answers
1k views

My current WSL2 + ConEmu + bash/zsh setup works as expected. I have some aliases set up in my .zshrc: //.zshrc alias mycommand1="[does some stuff]" alias mycommand2="[does other stuff]&...
JoannaFalkowska's user avatar
0 votes
2 answers
1k views

When I copy a windows path from windows explorer's location bar, C:\Users\Administrator\Links, it gets automatically translated to one of the following: Cygwin in Conemu: /mnt/c/Users/Administrator/...
fall's user avatar
  • 1,214
2 votes
0 answers
621 views

I need to find a way to execute commands in bat file via cmder. When I put start -cur_console:s1T50H -cur_console:d:C:\Users\MY\Path\ inside cmder its open another shell as i want. What should I do to ...
Barak Levy's user avatar
1 vote
0 answers
232 views

How can I pass a bash script command line parameter to ConEmu? For example I would like to execute MyBashScript.sh on startup. ConEmu64.exe /??? MyBashScript.sh
user1701074's user avatar
1 vote
0 answers
114 views

I have a service I want to run with the "make run" command in WSL via a new task in ConEmu. Right now I have in the commands section: -new_console:d:C:\pathtofolder\folder wsl How do I add ...
JusticeDroid's user avatar
1 vote
1 answer
89 views

When I type something like: poetry --version I get in ConEmu: Poetry version ←[36m1.1.4←[0m This makes Python Poetry unusable as there are codes all over the place instead of text. Even though I ...
Taran M's user avatar
  • 11
1 vote
1 answer
138 views

I have the following code that reads 4 numbers from user input: #include <stdio.h> #include <stdlib.h> #define MAX_NUMS 4 int main() { int nums[MAX_NUMS]; int i; int num; ...
Stepii's user avatar
  • 142
0 votes
0 answers
291 views

When I run cmd in the "windows start/search" then ConEmu opens with "C:\WINDOWS\system32\cmd.exe". Then, if I open a new tab then it opens properly a new {Shell:cmd} How can I set ...
klodoma's user avatar
  • 4,637
0 votes
1 answer
656 views

I am opening in ConEmu my default WSL2 terminal with the task: wsl.exe ~ -cur_console:pm:/mnt Until now I had just one Linux Distribution in WSL2 - Ubuntu-18.04. Now I have the second machine on WSL2 ...
Anatol's user avatar
  • 301
0 votes
0 answers
291 views

I am trying to create Conemu task just to open some directory in the current console. This task setup, for example, opens this directory in a new powershell tab: powershell.exe -new_console:d:C:\Users\...
Kngh2's user avatar
  • 445
0 votes
1 answer
122 views

I have a Java program, which emits ANSI escape sequences to generate colored output in a terminal. This works on Linux out of the box and it works on Windows, if the program gets executed in ConEmu. ...
ceving's user avatar
  • 24.2k
0 votes
0 answers
290 views

I have tried a lot of things from all over Stack Overflow, and I guess it's something related to conemu, I am using conemu. It's so pain to see spot every second while I'm in normal or insert mode. I ...
freakstarrocks's user avatar
0 votes
1 answer
971 views

note: backend error output: -v: -c: line 0: unexpected EOF while looking for matching `'' -v: -c: line 1: syntax error: unexpected end of file ConEmuC: Root process was alive less than 10 sec, ...
zoomlogo's user avatar
  • 174
0 votes
1 answer
699 views

I'm trying to create ConEmu task in Cmder, I want to navigate to particular directory and run a SSH command and using git-bash for this. I'm able to change directory but can't run the SSH command. ...
Suroor Ahmmad's user avatar
2 votes
1 answer
9k views

This is a batch script activate.bat from the project w64devkit v1.3.1 @set PATH=%~dp0\bin;%PATH% @busybox sh -l I get error "The filename, directory name, or volume label syntax is incorrect&...
Rilwan Smith's user avatar
1 vote
1 answer
2k views

I am trying to enable xterm 256 color via git bash. It turns out there are 2 ways to start a git bash in Windows. windows cmd, run this git-cmd.exe --command=usr/bin/bash.exe -l -i mintty, run git-...
Eric Sun's user avatar
  • 973
0 votes
0 answers
173 views

I am using ConEmu with the wslbridge.exe. I am incapable to pass down CTRL+C to cancel a grep that takes too long. Or an ls or any long command that displays stdout. I've followed this answer but ...
Santiago's user avatar
  • 402
0 votes
1 answer
534 views

I need to open a legacy app which requires a standard cmd.exe I would like to be able to spawn it from a batch file (.bat) and run it from command line in ConEmu Don't see a way to do that. start and ...
ragi's user avatar
  • 46
1 vote
1 answer
79 views

I have the following conemu GuiMacro's defined <F9> - Tab(3) <F10> - Tab(2) When I press the keys, I see the previous/next tab being highlighted in the tab bar, but the highlighted tab ...
Thiagarajan Hariharan's user avatar
0 votes
1 answer
1k views

I use Cmder to log into SSH with multiple tabs. I always run the same commands on each of them. I tried automating it, but Cmder always tries to run the commands from my local cmd.exe rather than the ...
Michał Zawadzki's user avatar
5 votes
4 answers
1k views

I upgraded Cygwin and now Bash is acting weird. Newlines aren't always returning the cursor to the left side of the screen, but sometimes they do. Here is what I'm experiencing: $ echo hello ...
Matt Gregory's user avatar
  • 8,752
1 vote
0 answers
59 views

ConEmu version preview-191012. Screen version 4.00.03 (FAU) 23-Oct-06. I connect to remote machine and attach to screen in ConEmu. If I press 'tab' to autocomplete filename, the cursor will move ...
yg lin's user avatar
  • 121
0 votes
1 answer
500 views

I've installed Cygwin v3.1.2 (0.340/5/3) and ConEmu v20191012 (64bits) When I run the command line below c:\temp>ls -ls total 0 0 -rw-rw-r--+ 1 me None 0 Jan 5 12:40 fileA ...
ESRISM's user avatar
  • 111
0 votes
1 answer
83 views

Sometimes I need to launch exe or bat file in separate window, I always did it with shift+enter. On Win7 there was no issues, now I have switched to Win10, and when I launch program via shift+enter I ...
kutu's user avatar
  • 41
0 votes
2 answers
1k views

In bash you can type: cd - to go back to your previous location. How do I do this in Cmder?
gummiost's user avatar
  • 813
34 votes
5 answers
7k views

Since I have updated windows, my conemu terminal is giving me the following error each time a session is created: wslbridge error: failed to start backend process note: backend error output: -v: -c: ...
Martin J's user avatar
  • 2,189
0 votes
1 answer
140 views

I've just installed ConEmu for the first time on my Windows laptop (Windows 10, ConEmu 191012 Preview). But for some reason the text in all the windows is really faint. I've Googled and search Stack ...
ClareSudbery's user avatar
0 votes
2 answers
101 views

Struggling to initiate another ConEmu Tab from Vim My procedure was: Vim is started from ConEmu Issue a command from Vim to open new tab and start ipdb. My idea was: :silent !ConEmu.exe /cmd {...
Blada-H's user avatar
  • 77
0 votes
1 answer
112 views

I am writing script to setup environment variable based on tab index. eg. if tab 1 cd /d c:\proj1 if tab 2 cd /d c:\proj2 etc.
Qin's user avatar
  • 1
1 vote
1 answer
478 views

I failed to embed MingW window into ConEmu. I basically copy-pasted the Git Bash command for ConEmu Settings > Starup > Tasks: set "PATH=%ConEmuDir%\..\msys64\usr\bin;%PATH%" & %ConEmuDir%\....
kakyo's user avatar
  • 11.8k
0 votes
0 answers
291 views

I have this issue where cursor is constantly blinking in Cmder with windows 10 . If I switch off blinking from Settings=>features=>Text Cursor is still blinking in fact faster then when this setting ...
Shiju Samuel's user avatar
  • 1,591
2 votes
1 answer
787 views

Im trying to run a command in conemu when I open up a console from a task. For example, I want to open a bash terminal and run node -v to see my current node version. My Current task commands look ...
SpeedOfRound's user avatar
  • 1,276
0 votes
1 answer
378 views

After deleting working (and quite old version of) Conemu from my laptop by mistake I tried to install it anew. But now, clicking on the icon, the window opens and immediately, in half a second, closes....
Daria  Kuznetsova's user avatar
1 vote
1 answer
2k views

Currently in normal mode and the cursor is still just a | instead of the usual block This doesn't change regardless of the mode, I have tried reinstalling both neovim and cmder and the same result ...
kurokashiro's user avatar
1 vote
1 answer
1k views

I have the following run.cmd file. This runs 2 scripts (a webserver and a watch script) and opens a new console. All good. How can I run all these scripts to be opened in a "new window" conemu ...
klodoma's user avatar
  • 4,637

1
2 3 4 5 6