cmder copy/paste in vim

cmder select text / copy is simple, just select text using left mouse, it is in clipboard, so you can paste using ctrl-V or right mouse. But default it is not working in vim, found this is reason: cmder settings->Keys&Macro->Mark/Copy->Select text with mouse->Exceptions: far|vim.exe means vim.exe is in exception list, …

How cmdermini working with msys

There are two versions of cmder: cmder with Git and cmdermini without Git, I prefer use cmdermini without Git since I already have portable git, however it is nothing when run as cmdermini, it is pure cmd replacement, cannot run UNIX like shell. cmdermini https://github.com/cmderdev/cmder/releases/download/v1.2.9/cmder_mini.zip best windows cmd.exe replacement msys …

Multi Portable WinPython on msys

portable Python project Portable Python project changed to WinPython now, it is still best portable package in the python community. website: http://portablepython.com/ download: winpython download Here is show you how to setup WinPython2.7 and WinPython3.5 on same portable driver using msys env. 1) install WinPython2.7 and WinPython3.5 to portable driver …