Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Christian Salzmann-Jaeckel
tmux-continuum
Commits
57226cfb
Unverified
Commit
57226cfb
authored
Feb 18, 2015
by
Bruno Sutic
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docs for tmux auto start feature
parent
b82aa1d3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
1 deletion
+28
-1
README.md
README.md
+2
-1
scripts/handle_tmux_automatic_start/README.md
scripts/handle_tmux_automatic_start/README.md
+26
-0
No files found.
README.md
View file @
57226cfb
...
...
@@ -21,7 +21,8 @@ This action starts automatically when the plugin is installed.
Tmux is automatically started after the computer/server is turned on.
Put
`set -g @resurrect-auto-tmux-start 'on'`
in
`tmux.conf`
to enable this.
See the
[
instructions
](
scripts/handle_tmux_automatic_start/README.md
)
how to
enable this for your system.
#### Automatic restore
...
...
scripts/handle_tmux_automatic_start/README.md
0 → 100644
View file @
57226cfb
# Automatic Tmux start
Tmux is automatically started after the computer/server is turned on.
### OS X
To enable this feature:
-
put
`set -g @resurrect-auto-tmux-start 'on'`
in
`tmux.conf`
-
reload
`tmux.conf`
Next time the computer is started:
-
`Terminal.app`
window will open and resize to maximum size
-
`tmux`
command will be executed in the terminal window
-
if "auto restore" feature is enabled, tmux will start restoring previous env
Config options:
-
`set -g @resurrect-auto-tmux-start-options 'fullscreen'`
- terminal window
will go fullscreen
-
`set -g @resurrect-auto-tmux-start-options 'iterm'`
- start
`iTerm`
instead
of
`Terminal.app`
-
`set -g @resurrect-auto-tmux-start-options 'iterm,fullscreen'`
- start
`iTerm`
in fullscreen
### Linux
Help with this would be greatly appreciated. Please get in touch.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment