conemu

Can't enable 256 colors in ConEmu

烂漫一生 提交于 2019-12-02 16:19:21
I'm trying to get 256 colors in the fantastic ConEmu-Maximus5 console. Update: Now it only shows 8 colors. I know because '$tput colors' output is '8' I have followed the instructions and activated: TrueMod (24-bit color) support Inject ConEmuHk ANSI x3.64 / xterm 256 colors I don't understand what to do with ' check off whether the buffer / slide. ' I'm in windows 7. I start ConEmu with a custom direct link, so it loads cygwin bash file. "C:\Program Files\ConEmu\ConEmu64.exe" /cmd ""C:\cygwin\bin\bash.exe" --login -i" In my bashrc profile I have -> export TERM=cygwin This is my custom command

How to correctly enable ANSI colors in ConEmu + Git Bash?

六月ゝ 毕业季﹏ 提交于 2019-11-30 15:02:44
问题 I'm using Git Bash with ConEmu to make it look cool. However, upon installing Composer the colors seem to be escaped: So Git Bash does not support all the colors. Checking the AnsiColors256.ans file: After lots of Googling, I still haven't found any solution. I don't want to use Ansicon or other console emulator, ConEmu is fine for me. My settings: Inject ConEmuHk enabled Ansi X3.64 / xterm 256 enabled Windows 7 x64 Git Bash 1.9.5 ConEmu 141208 How do I enable all the colors? This is annoying

Windows上好用工具之cmd

为君一笑 提交于 2019-11-30 07:13:52
Windows下CMD不好用,远没有Linux,或者一些SSH工具用起来方便。其实Windows下,也有一些不错的工具替代CMD: 0.powercmd 经过比较,我最终选择了这款,这里补充一下截图: 1.powershell PowerShell在线教程: http://www.pstips.net/powershell-online-tutorials/ 下载及微软官方帮助地址: https://msdn.microsoft.com/en-us/library/dd835506(VS.85).aspx 2.MinGW MinGW是一个可自由使用和自由发布的Windows特定 头文件 和使用GNU工具集导入库的集合,允许你在 GNU / Linux 和Windows平台生成本地的Windows程序而不需要第三方C运行时库。 参考官网: http://www. mingw .org (不过可能访问不了,需要穿越GFW) 帮助说明: http://www.mingw.org/wiki/Getting_Started 下载地址: http://mingw.en.softonic.com/ 3.Cygwin CYGWin :在windows平台上运行的类UNIX模拟环境,是cygnus solutions公司开发的自由软件。 Cygwin 安装方便,有软件包管理器,可以直接装grep

Can't start Git Bash

空扰寡人 提交于 2019-11-30 03:04:16
Having trouble starting Git Bash, not sure where in the stack my errors are occuring. Running Windows 10, Git Bash, ConEmu and Vagrant. When I start Git Bash, either through ConEmu or the application directly, I receive the following message: 0 [main] bash 4696 fork: child 528 - died waiting for dll loading, errno 11 bash: fork: retry: No child processes 1263234 [main] bash 4696 fork: child 684 - died waiting for dll loading, errno 11 bash: fork: retry: No child processes 3519490 [main] bash 4696 fork: child 2020 - died waiting for dll loading, errno 11 bash: fork: retry: No child processes

Can't start Git Bash

北城以北 提交于 2019-11-29 00:10:11
问题 Having trouble starting Git Bash, not sure where in the stack my errors are occuring. Running Windows 10, Git Bash, ConEmu and Vagrant. When I start Git Bash, either through ConEmu or the application directly, I receive the following message: 0 [main] bash 4696 fork: child 528 - died waiting for dll loading, errno 11 bash: fork: retry: No child processes 1263234 [main] bash 4696 fork: child 684 - died waiting for dll loading, errno 11 bash: fork: retry: No child processes 3519490 [main] bash

ConEmu: Vim Syntax Highlight

寵の児 提交于 2019-11-28 17:57:10
Is it possible to get vim syntax highlighting in ConEmu? Note . Some updated information may exists on the project site . Well, builds since 130120 supports 256 colors in vim. You need to Check options "Inject ConEmuHk" and "ANSI X3.64 / xterm 256 colors" on "Features" page Check option "TrueMod (24bit color) support" on "Colors" page Edit your vimrc file, sample lines are here . Of course, you need some 256-color vim scheme, it is zenburn in the last line of this example. set term=xterm set t_Co=256 let &t_AB="\e[48;5;%dm" let &t_AF="\e[38;5;%dm" colorscheme zenburn And "vim" must be vim.exe

ConEmu: Vim Syntax Highlight

情到浓时终转凉″ 提交于 2019-11-27 20:13:41
问题 Is it possible to get vim syntax highlighting in ConEmu? 回答1: Note . Some updated information may exists on the project site. Well, builds since 130120 supports 256 colors in vim. You need to Check options "Inject ConEmuHk" and "ANSI X3.64 / xterm 256 colors" on "Features" page Check option "TrueMod (24bit color) support" on "Colors" page Edit your vimrc file, sample lines are here. Of course, you need some 256-color vim scheme, it is zenburn in the last line of this example. set term=xterm