Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Christian Salzmann-Jaeckel
tmux-resurrect
Commits
0da279e4
Unverified
Commit
0da279e4
authored
Aug 28, 2014
by
Bruno Sutic
Browse files
"vi, irb, pry" are restored by default
parent
884a5e9c
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
0da279e4
...
...
@@ -66,13 +66,13 @@ You should now be able to use the plugin.
### Configuration
By default, o
nly a conservative list of programs is restored:
`vim emacs man less more tail top htop irssi`
.
O
nly a conservative list of programs is restored
by default
:
`
vi
vim emacs man less more tail top htop irssi
irb pry
`
.
Open a github issue if you think some other program should be on the default list.
-
Restore additional programs by putting the following in
`.tmux.conf`
:
set -g @session-saver-processes 'ssh
telnet myprogram
'
set -g @session-saver-processes 'ssh
psql mysql sqlite3
'
-
Don't restore any programs:
...
...
scripts/process_restore_helpers.sh
View file @
0da279e4
# default processes that are restored
default_proc_list_option
=
"@session-saver-default-processes"
default_proc_list
=
"vim emacs man less more tail top htop irssi"
default_proc_list
=
"
vi
vim emacs man less more tail top htop irssi
irb pry
"
# User defined processes that are restored
# 'false' - nothing is restored
...
...
Write
Preview
Supports
Markdown
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