m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/tmux.md
diff options
context:
space:
mode:
Diffstat (limited to 'tmux.md')
-rw-r--r--tmux.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/tmux.md b/tmux.md
index 0972baf..38e5bcb 100644
--- a/tmux.md
+++ b/tmux.md
@@ -12,3 +12,8 @@
## Pane management
q display pane indices
+
+## Run command in new session
+
+ tmux new-session \; send-keys 'command '
+ # can be entered with Ctrl-V + Enter