GitHub - tmux-plugins/tpm: Tmux Plugin Manager

tmux-resurrect/restoring_vim_and_neovim_sessions.md at master · tmux-plugins/tmux-resurrect

GitHub - tmux-plugins/tmux-continuum: Continuous saving of tmux environment. Automatic restore when tmux is started. Automatic tmux start when computer is turned on.

GitHub - rothgar/awesome-tmux: A list of awesome resources for tmux

tmux source ~/.tmux.conf source new changes to config file

C-a-I (capital i, as in Install) to fetch the plugin.

  • Sessions

    tmux ls list sessions

    tmux att -t [session name] attach to session

    tmux detach detach from current session

    tmux kill-session -t [session name] kill session (permanent)

  • Navigation

    C-a hjkl move between panes (vim-like)

  • Windows

    C-a w list windows

    C-a c new window

    C-a & kill window

  • Panes (splits)

    C-a | vertical split

    C-a - horizontal split

    C-a x kill pane

tmux cheatsheet