diff options
-rw-r--r-- | tmux.md | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -12,6 +12,7 @@ ## Pane management q display pane indices + :move-pane -t <session id>:<window id> ## Run command in new session @@ -22,3 +23,17 @@ * `:setw synchronize-panes on` turn off with `:setw synchronize-panes off` + +## Packages + +First clone TPM: + + $ git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm + +Then in config: + + set -g @plugin 'tmux-plugins/tpm' + set -g @plugin 'tmux-plugins/tmux-sensible' + run '~/.tmux/plugins/tpm/tpm' + +Then `<prefix>+I` to download listed plugins. |