mirror of
https://github.com/tmux-plugins/tmux-resurrect.git
synced 2024-11-22 04:18:48 +00:00
Update readme
This commit is contained in:
parent
54f47a4015
commit
87b2d75794
15
README.md
15
README.md
@ -2,16 +2,16 @@
|
|||||||
|
|
||||||
Persists `tmux` environment across system restarts.
|
Persists `tmux` environment across system restarts.
|
||||||
|
|
||||||
Tmux is great, except when you have to restart your computer. You loose all the
|
Tmux is great, except when you have to restart the computer. You loose all the
|
||||||
running programs, working directories, pane layouts etc.
|
running programs, working directories, pane layouts etc.
|
||||||
There are helpful management tools out there, but they require initial
|
There are helpful management tools out there, but they require initial
|
||||||
configuration and continuous updates as your workflow evolves or you start new
|
configuration and continuous updates as your workflow evolves or you start new
|
||||||
projects.
|
projects.
|
||||||
|
|
||||||
Enter `tmux-session-saver`: tmux persistence without configuration so there are
|
`tmux-session-saver` saves all the little details from tmux environment so it
|
||||||
no interruptions in your workflow.
|
can be easily restored after system restart. No configuration is required.
|
||||||
|
|
||||||
It will even (optionally) [restore vim sessions](#restoring-vim-sessions)!
|
It even (optionally) [restores vim sessions](#restoring-vim-sessions)!
|
||||||
|
|
||||||
### Key bindings
|
### Key bindings
|
||||||
|
|
||||||
@ -29,7 +29,8 @@ This plugin goes to great lengths to save and restore all the details from your
|
|||||||
- active and alternative session
|
- active and alternative session
|
||||||
- active and alternative window for each session
|
- active and alternative window for each session
|
||||||
- active pane for each window
|
- active pane for each window
|
||||||
- programs running within a pane! More details in the [configuration section](#configuration).
|
- programs running within a pane! More details in the
|
||||||
|
[configuration section](#configuration).
|
||||||
- restoring vim sessions (optional). More details in
|
- restoring vim sessions (optional). More details in
|
||||||
[restoring vim sessions](#restoring-vim-sessions).
|
[restoring vim sessions](#restoring-vim-sessions).
|
||||||
|
|
||||||
@ -66,7 +67,9 @@ You should now be able to use the plugin.
|
|||||||
|
|
||||||
### Configuration
|
### Configuration
|
||||||
|
|
||||||
Only a conservative list of programs is restored by default:
|
Configuration is not required - but it enables extra features.
|
||||||
|
|
||||||
|
Only a conservative list of programs is restored by default:<br/>
|
||||||
`vi vim emacs man less more tail top htop irssi irb pry "~rails console"`.
|
`vi vim emacs man less more tail top htop irssi irb pry "~rails console"`.
|
||||||
Open a github issue if you think some other program should be on the default list.
|
Open a github issue if you think some other program should be on the default list.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user