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 186c2b9 commit 460350fCopy full SHA for 460350f
.gitattributes
@@ -0,0 +1,2 @@
1
+# Force text files to have unix eols, so Windows/Cygwin does not break them
2
+*.* eol=lf
README.md
@@ -10,6 +10,8 @@ Together these features enable uninterrupted tmux usage. No matter the computer
10
or server restarts, if the machine is on, tmux will be there how you left it off
11
the last time it was used.
12
13
+Tested and working on Linux, OSX and Cygwin.
14
+
15
#### Continuous saving
16
17
Tmux environment will be saved at the interval of 15 minutes. All the saving
0 commit comments