Skip to content

Commit 94c4210

Browse files
author
Bruno Sutic
committed
Improve cygwin support
1 parent 887dc3c commit 94c4210

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.gitattributes

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Force text files to have unix eols, so Windows/Cygwin does not break them
2+
*.* eol=lf
3+
4+
# These files are unfortunately not recognized as text files so
5+
# explicitly listing them here
6+
Vagrantfile eol=lf
7+
run-tests eol=lf
8+
test/run-tests-within-vm eol=lf

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ reduces mouse usage with Tmux.
1414
It works even better when paired with
1515
[tmux yank](https://github.com/tmux-plugins/tmux-yank).
1616

17+
Tested and working on Linux, OSX and Cygwin.
18+
1719
**Note:** new version 2.0 uses extended regexes! Regex character escaping with
1820
backslashes `\ ` isn't required anymore.
1921

0 commit comments

Comments
 (0)