Questions tagged [conemu]

ConEmu (short for Console Emulator) is a console window (terminal emulator) and tabbed environment for Windows.

ConEmu (short for Console Emulator) is a console window (terminal emulator) and tabbed environment for Windows. ConEmu presents multiple consoles and simple GUI applications as one customizable GUI window with tabs, a status bar and other features. Screenshots.

Initially, the program was created as a companion to FAR Manager, bringing to this console application some features common for graphical file managers (thumbnails and tiles, drag and drop with other windows, colored panel background and true color interface). Today, ConEmu can be used with any other Win32 console application or simple GUI tool (such as Notepad or PuTTY).

Features, short list

  • Multiple tabbed/splitted windows for console applications and Far Manager editors and viewers
  • Easily resize the window, both horizontally & vertically by dragging the corner
  • One-click access to new console tab
  • Run simple GUI apps in tabs
  • Attach and detach console windows
  • Configurable colors
  • Optional background image and transparency
  • Line-based or block-based text selection (instead of the column selection in the windows console)
  • Integration with FAR Manager
  • User-defined startup tabs
  • Windows 7 Jump Lists and Progress on Taskbar buttons
  • Easily run old DOS applications (games) in Windows 7 - DosBox integration
  • Running as Administrator selected tabs
  • Thumbnails and tiles in Far Manager
  • Full screen graphical window modes
  • Using 24-bit colors in Far Manager 3.x
  • Drag and drop (explorer style) of files and folders in Far Manager
  • Status Bar Details
  • Chinese support

Resources

278 questions
0
votes
0 answers

Conemu no longer treating vim cursors properly

I am using vim through conemu and it's strangely stopped putting a rectangle for normal mode. Instead it puts an underscore, which it also does for insert mode. I have reset all conemu settings and tried everything, I can't understand this bizarre…
0
votes
1 answer

conemu macros 'line send delay' method?

I frequently use SecureCRT and I really like it's 'line send delay' option. It lets you inject a delay in milliseconds to lines sent via mapped keys. This is really helpful because mapped keys sometimes send their commands too fast for the OS.…
0
votes
2 answers

Make file command not executed in windows console

I am using makefile to build my code for boost cpp application. When makefile get executed it shows following message g++ -c -Wall -I/c/MinGW/include/ -lboost_system -lws2_32 Timer_async.cpp -o Timer_async.o and throws following error #include…
prasad
  • 219
  • 3
  • 17
0
votes
1 answer

Glitchy font when running start command from ConEmu

Before I start... my tool chain consist of MinGW, ConEmu, and Vim to make C++ programs. I wanted to test to see if MinGW was working by seeing if g++ was setup correctly on my system PATH, and it turned it was because I successfully compiled a…
PrimRock
  • 1,076
  • 2
  • 15
  • 27
0
votes
1 answer

ANSI using C and Visual Studio 2015

i have a school project where we are to code a game using c onto a Zilog Z8 encore board. This is to be written using ANSI, where the board has a console output, which is read using putty over a serial interface. However, using my windows 10…
Nothin
  • 53
  • 5
0
votes
2 answers

Running Docker using ConEmu

This is my ConEmu task setting Task parameters: /dir "C:\Program Files\Docker Toolbox" Commands: "%ProgramFiles%\Git\bin\bash.exe" --login -i -new_console:C:"C:\Program Files\Docker Toolbox\docker-quickstart-terminal.ico" "%ProgramFiles%\Docker…
Artisan
  • 4,042
  • 13
  • 37
  • 61
0
votes
1 answer

Reconnect ConEmu to "orphaned" processes

ConEmu crashed on me whilst hosting a very long running robocopy command (it has already run for several days). Robocopy is still running in the background, I can see it listed in Task Manager and I don't want to kill it if possible. I want to be…
adejones
  • 960
  • 10
  • 11
0
votes
1 answer

Start Conemu with project specific environment variables

I'd like to create shortcuts to open shell consoles with project specific environment variables for each shell. I do this now with batch files like the below. They work but I need to open a CMD session and then run setenv_AA and setenv_BB every…
matt wilkie
  • 17,268
  • 24
  • 80
  • 115
0
votes
0 answers

ConEmu enable popup window

I am using ConEmu to wrap one of powershell client. Howerver, the popup window in powershell client is blocked by ConEmu. Is there any configuration to enable the popup window in ConEmu?
Zhenguo Yang
  • 3,800
  • 5
  • 18
  • 22
0
votes
1 answer

Do aliases compound upon each other? Is this all shells, does cmder compound aliases

If I have an alias la=ls -a Can I then define a second alias after this that uses la ll=la -l I can't seem to get this to work with cmder (a Windows terminal emulator), which really just packages clink, ConEmu and some other stuff.
Dan King
  • 1,080
  • 1
  • 11
  • 28
0
votes
2 answers

launch cmd.exe with color by default

The color highlight works fine if I launch the ConEmu by double clicking the desktop shortcut. But it doesn't work with win+r -> cmd. Is it possible to make the color highlight work with the latter way?
aj3423
  • 2,003
  • 3
  • 32
  • 70
0
votes
1 answer

Compiler for ConEMU

I just downloaded ConEMU and I'm starting to explore some of the options on my own. I can't seem to find a start-up tutorial anywhere, or a list of awesome features, or anything like that so that's what I'm here for. More specifically, the one main…
Logan
  • 1,172
  • 9
  • 23
0
votes
1 answer

Bash Terminal: How do I bind Ctrl+K to kill-whole-line THEN clear screen?

basically I want to set a shortcut (ctrl+k) in my cygwin linux terminal to run bind '"\C-k": kill-whole-line' THEN immediately run alias cls="echo -e '\033c\c'" Both work by themselves but I would like to do it in one keyboard shortcut. Thanks…
sdrtyrty rtyuty
  • 147
  • 1
  • 1
  • 9
0
votes
0 answers

Open plink as default shell in conemu

To connect to remote servers I use putty inside conemu which does not allow splitted consoles. Then I used plink.exe in conemu, got the split screens but pressing ^c two or more times returns back to command prompt (in putty the remote system is…
someone
  • 104
  • 2
  • 10
0
votes
1 answer

Setup ConEmu+Cygwin+Oh-my-zsh agnoster theme

I have setup ConEmu with Cygwin and Zsh quite a while ago. So far everything is working good. I'm very interested in changing my oh-my-zsh theme to "agnoster".. I've installed the powerline fonts and turned on the xterm256 colors as requested. I'm…
Amir
  • 161
  • 3
  • 15