diff options
author | eug-vs <eug-vs@keemail.me> | 2021-03-02 15:02:25 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2021-03-02 15:02:25 +0300 |
commit | 09309fe02cb0d95c2ab0bfc5933cf4e09e640b8c (patch) | |
tree | 5f0884685698e93ab862b59fce098e6e3beeddab /Documents/wiki/tmux.md | |
parent | 5d95571d2d8161360907c84582a806c8160c1915 (diff) | |
download | dotfiles-09309fe02cb0d95c2ab0bfc5933cf4e09e640b8c.tar.gz |
feat(tmux): introduce tmuxinator
Diffstat (limited to 'Documents/wiki/tmux.md')
-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 |