diff options
author | eug-vs <eug-vs@keemail.me> | 2020-12-10 00:40:31 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2020-12-10 00:40:31 +0300 |
commit | 6cce58e26f5ee71ec9063aba4842717121a56739 (patch) | |
tree | 31a6e50de9c41e5752a3be4484fca142e3c74bac /Documents/wiki/tmux.md | |
parent | 2d7e05403b6fd6b674a2db05dd3371c4a5786728 (diff) | |
download | dotfiles-6cce58e26f5ee71ec9063aba4842717121a56739.tar.gz |
docs: add tmux and alacritty
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 |