From 6cce58e26f5ee71ec9063aba4842717121a56739 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Thu, 10 Dec 2020 00:40:31 +0300 Subject: docs: add tmux and alacritty --- Documents/wiki/tmux.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Documents/wiki/tmux.md (limited to 'Documents/wiki/tmux.md') 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 (`` - without prefix!) to navigate between Vim windows and Tmux panes. + +Plugin: https://github.com/christoomey/vim-tmux-navigator + +## Save/restore sessions on reboot + - `prefix` + `` - save session + - `prefix` + `` - restore session + +**TODO:** restore vim sessions as well + +Plugin: https://github.com/tmux-plugins/tmux-resurrect -- cgit v1.2.3