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 suppresses launch of an OpenGL application

Getting tired of the terrible cmd window, I found ConEmu which turned out to be a great replacement... except it suppresses the creation of the OpenGL window when I double-click launch the exe (I have ConEmu take over the normal cmd window…
Samaursa
  • 16,527
  • 21
  • 89
  • 160
0
votes
1 answer

Unable to open files by dragging them into applications opened from Conemu

I was wondering, why I'm not able to drag files to applications opened by Conemu, like for example emacs, firefox, etc.. How could be this enabled? Thanks UPDATE: I've uploaded a video to illustrate the issue: Video
RafaelGP
  • 1,749
  • 6
  • 20
  • 35
0
votes
1 answer

ConEmu: light colors like 91?

According to this page, the escape sequence \e[91m should produce a light red color, but it doesn't appear to have any effect in ConEmu. Is there a way to support these extended 'light' colors (without using \e[1;31m instead)?
mpen
  • 272,448
  • 266
  • 850
  • 1,236
0
votes
0 answers

Split vertical panel when horizontal split exists in session

I often use the following layout whilst working. My issue is that I can't seem to resize the Main window located in the center. I know the hot keys required to do so, however am still unable to accomplish this. I am able to resize panels 1, 2, 3,…
self.
  • 1,612
  • 4
  • 18
  • 35
0
votes
0 answers

ConEmu Create new console

On starting ConEmu I want PowerShell to be loaded as the default console and also I want it be displayed first in the dropdown list when creating a new console window. How do I do that?
Marta
  • 1,132
  • 1
  • 10
  • 26
0
votes
0 answers

double click to enlarge the current console in ConEmu

Assume I've opened 4 console in tile layout and i want to double click one of them to be full screen. After that, double click to back to the tile layout. possible?
drategon
  • 73
  • 1
  • 8
0
votes
1 answer

Windows Shift-Tab Binding / Escape Sequence (Clink / Cmder / Conemu / readline)

I am trying to bind Shift+Tab to a command in my clink_inputrc file. (I've changed Tab to circular style completing, want Shift+Tab to reverse it.) The documentation gives a table "Binding special keys", but Tab is not an entry (e.g.,…
schodge
  • 891
  • 2
  • 16
  • 29
0
votes
2 answers

vim and 256 colors in ConEmu

I have enabled the 256 colors in ConEmu by using "enable 256 colors in ConEmu on Win if has('win32') && !has('gui_running') && !empty($CONEMUBUILD) set term=xterm set t_Co=256 let &t_AB="\e[48;5;%dm" let…
lkurylo
  • 1,621
  • 33
  • 59
0
votes
0 answers

vim-powerline plugin in ConEmu

I'm configuring the Vim and ConEmu to work on my Win8 as on my Fedora distro. After problems with getting to work the 256 colors in ConEmu for my color schema seoul256, now I have problems with the vim-powerline colors. In gvim there is no problem,…
lkurylo
  • 1,621
  • 33
  • 59
0
votes
1 answer

How can I run rails console from within ConEmu

I recently started using ConEmu and am developing with RoR. For the life of me I can't figure out how to run the rails console within ConEmu. Directions anyone?
Gaege
  • 815
  • 2
  • 9
  • 24
0
votes
1 answer

How to enable blinking text in ConEmu?

Gurus I am trying to make text blink by ANSI sequence "ESC[31;1;5mRafaESC[0m" It works in mintty but does not work in ConEmu (the latest version 140310). How to enable blinking test in ConEmu? Thanks
Rafa
  • 15
  • 4
0
votes
1 answer

How to hold ConEmu window from exiting?

Gurus I am using using ConEmu command line to run a shell script in ConEmu. However ConEmu always exits after the script completes. Is there any way to make ConEmu work like "mintty -h always" which keeps the Window open? ConEMU CLI: ConEMU.exe /cmd…
Rafa
  • 15
  • 4
0
votes
2 answers

How to set up ConEmu task for Selenium Grid

I searched for this for some days now and haven't found a good resource. I want to set up two tasks for the Selenium Grid to work "with just one click" in ConEmu. I added a task and set up a startup dir (where the Selenium Grid jar is…
Petra
  • 41
  • 1
  • 4
0
votes
1 answer

How can I register ConEmu to run with DevCpp in Windows?

I've installed ConEmu console, I've registered ConEmu as the default console for Windows system, but wxDev-C++ is still triggering the standard cmd.exe. How can I bind ConEmu to DevCpp? (The installed version of wxDev-C++ is 7.4.2.569, and the…
pablo1977
  • 4,281
  • 1
  • 15
  • 41
0
votes
1 answer

Prepare a Rails environment in a virtual machine with a single click

I am learning to develop Rails on Windows. As the Rails implementation is far from perfect on Windows, I use a virtual machine to launch the various Rails tools and servers, using Vagrant. Each time I start my environment, I do the following : open…
thomasb
  • 5,816
  • 10
  • 57
  • 92
1 2 3
18
19