diff options
Diffstat (limited to 'Documents/wiki/tmux.md')
-rw-r--r-- | Documents/wiki/tmux.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Documents/wiki/tmux.md b/Documents/wiki/tmux.md new file mode 100644 index 0000000..a89445f --- /dev/null +++ b/Documents/wiki/tmux.md @@ -0,0 +1,19 @@ +# tmux + +Cheatsheet: https://tmuxcheatsheet.com/?q=yyyy&hPP=100&idx=tmux_cheats&p=0&is_v=1 + +## Plugins +Plugin manager: https://github.com/tmux-plugins/tpm + +## Friendship with Vim +I use the same set of keys (`<C-[hjkl]>` - without prefix!) to navigate between Vim windows and Tmux panes. + +Plugin: https://github.com/christoomey/vim-tmux-navigator + +## Save/restore sessions on reboot + - `prefix` + `<C-s>` - save session + - `prefix` + `<C-r>` - restore session + +**TODO:** restore vim sessions as well + +Plugin: https://github.com/tmux-plugins/tmux-resurrect |