diff options
Diffstat (limited to 'Documents')
-rw-r--r-- | Documents/wiki/tmux.md | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/Documents/wiki/tmux.md b/Documents/wiki/tmux.md index a89445f..612e536 100644 --- a/Documents/wiki/tmux.md +++ b/Documents/wiki/tmux.md @@ -10,10 +10,6 @@ I use the same set of keys (`<C-[hjkl]>` - without prefix!) to navigate between Plugin: https://github.com/christoomey/vim-tmux-navigator -## Save/restore sessions on reboot - - `prefix` + `<C-s>` - save session - - `prefix` + `<C-r>` - restore session +## Project management with Tmuxinator +I use [tmuxinator](https://github.com/tmuxinator/tmuxinator) for managing projects and sessions. Here's the [admin session example](../../.config/tmuxinator/admin.yml). -**TODO:** restore vim sessions as well - -Plugin: https://github.com/tmux-plugins/tmux-resurrect |