From a325b65cf91605f054c18ad80c3f148ce0d2e6d6 Mon Sep 17 00:00:00 2001 From: Marcin Chrzanowski Date: Fri, 30 Jul 2021 19:42:45 +0200 Subject: Add some tmux stuff --- tmux.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'tmux.md') diff --git a/tmux.md b/tmux.md index 4578ccb..1d08bc3 100644 --- a/tmux.md +++ b/tmux.md @@ -12,6 +12,7 @@ ## Pane management q display pane indices + :move-pane -t : ## 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 `+I` to download listed plugins. -- cgit v1.2.3