cd ~/.dotfiles
stow tmux
As per TPM installation guide:
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
The most important and essential plugin is tmux-resurrect.
Standard keybinds apply:
<prefix><C+s>
to save sessions to disk.<prefix><C+r>
to restore sessions.
Navigation between panes is incredibly easy with the help of nvim-tmux-navigation.
This plugin requires setups on both Tmux and Neovim configurations:
Ultimately, navigation is just this simple:
<C-h>
to navigate to the left pane<C-j>
to navigate to the pane below<C-k>
to navigate to the pane above<C-l>
to navigate to the right pane
tmux
starts cmatrix
after x seconds. Just because.