mirror of
https://github.com/tmux-plugins/tmux-continuum.git
synced 2026-09-10 07:16:18 -04:00
Mention cygwin support in the readme
This commit is contained in:
parent
186c2b9e9b
commit
460350fa36
2
.gitattributes
vendored
Normal file
2
.gitattributes
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
# Force text files to have unix eols, so Windows/Cygwin does not break them
|
||||||
|
*.* eol=lf
|
||||||
|
|
@ -10,6 +10,8 @@ Together these features enable uninterrupted tmux usage. No matter the computer
|
||||||
or server restarts, if the machine is on, tmux will be there how you left it off
|
or server restarts, if the machine is on, tmux will be there how you left it off
|
||||||
the last time it was used.
|
the last time it was used.
|
||||||
|
|
||||||
|
Tested and working on Linux, OSX and Cygwin.
|
||||||
|
|
||||||
#### Continuous saving
|
#### Continuous saving
|
||||||
|
|
||||||
Tmux environment will be saved at the interval of 15 minutes. All the saving
|
Tmux environment will be saved at the interval of 15 minutes. All the saving
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue