We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 887dc3c commit 94c4210Copy full SHA for 94c4210
.gitattributes
@@ -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
@@ -14,6 +14,8 @@ reduces mouse usage with Tmux.
14
It works even better when paired with
15
[tmux yank](https://github.com/tmux-plugins/tmux-yank).
16
17
+Tested and working on Linux, OSX and Cygwin.
18
19
**Note:** new version 2.0 uses extended regexes! Regex character escaping with
20
backslashes `\ ` isn't required anymore.
21
0 commit comments