From fe76aa1ed8bafc629e6d26cdf3555e6b9fc5ffea Mon Sep 17 00:00:00 2001 From: vincent Date: Tue, 9 Feb 2021 18:58:10 +0100 Subject: [PATCH] add tmux --- IT/tmux.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 IT/tmux.md diff --git a/IT/tmux.md b/IT/tmux.md new file mode 100644 index 0000000..1714ccd --- /dev/null +++ b/IT/tmux.md @@ -0,0 +1,26 @@ +# Tmux + +## command + +command | comportment +--------|------------ +ls | print running session +attach -t 0 | connect to session pass in parameter + + +## keyboard shortcut + +- master key: ctrl-b + +key|comportment +---|----------- +? | print all shortcut +- | split vertical panel +| | split horizontal panel +z | full screen panel +, | rename windows +## move into pane + +Use atl with directional arrow or vim mode key jklm + +