m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/tmux.md
diff options
context:
space:
mode:
Diffstat (limited to 'tmux.md')
-rw-r--r--tmux.md15
1 files changed, 15 insertions, 0 deletions
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 <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.