
tmux
List of commands for tmux:
-
tmux:tldr:3cb90 tmux: Kill a session by name.$ tmux kill-session -t ${name}try on your machineexplain this command
-
tmux:tldr:714ac tmux: Detach from the current session (inside a tmux session).$ Ctrl-B dtry on your machineexplain this command
-
tmux:tldr:97811 tmux: Create a new window (inside a tmux session).$ Ctrl-B ctry on your machineexplain this command
-
tmux:tldr:c0bcb tmux: Start a new named session.$ tmux new -s ${name}try on your machineexplain this command
-
tmux:tldr:c4528 tmux: Attach to the most recently used session.$ tmux attachtry on your machineexplain this command
-
tmux:tldr:e8612 tmux: Switch between sessions and windows (inside a tmux session).$ Ctrl-B wtry on your machineexplain this command