diff --git a/README.md b/README.md index 1ecc455..b772aec 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # Conemu config +Pre-reqs +* Install conemu +* Install cygwin (no packages needed) +* Copy contents of wslbridge folder to c:\cygwin64\bin\ + This is a working conemu config. It contains some of the following modifications: * Guake-style drop down enabled on Alt+Space @@ -9,6 +14,3 @@ This is a working conemu config. It contains some of the following modifications * Settings menu accessible with Alt+Ctrl+Space * ConEmu does not close on last tab closing * New tab shortcut configured as Windows+N - -Stuff that doesn't work... -* Vim is broken! Needs wslbridge to fix I think. diff --git a/config.xml b/config.xml index 8184ff3..63e16f8 100644 --- a/config.xml +++ b/config.xml @@ -605,14 +605,14 @@ - + - + diff --git a/wslbridge/wslbridge-backend b/wslbridge/wslbridge-backend new file mode 100644 index 0000000..2f269ad Binary files /dev/null and b/wslbridge/wslbridge-backend differ diff --git a/wslbridge/wslbridge.exe b/wslbridge/wslbridge.exe new file mode 100644 index 0000000..1a5a6e2 Binary files /dev/null and b/wslbridge/wslbridge.exe differ