From aba1d6f7fa10b004003e76c456b4cc2146069467 Mon Sep 17 00:00:00 2001 From: Bruno Sutic Date: Thu, 8 Oct 2015 16:52:52 +0200 Subject: [PATCH] Improved cygwin support --- .gitattributes | 2 ++ README.md | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..4cde323 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Force text files to have unix eols, so Windows/Cygwin does not break them +*.* eol=lf diff --git a/README.md b/README.md index 16b6dcf..7f3e267 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ Features: current pane can be saved to a file. 4. Clear pane history with `prefix + alt + c` +Tested and working on Linux, OSX and Cygwin. + ### 1. Logging Key binding: `prefix + shift + p`