From 17f14a634a82623c57938bb585d8aa04ce7f58e8 Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Wed, 22 Nov 2023 21:52:29 +0800 Subject: Add tmux shortcuts --- tmux.cheat | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tmux.cheat diff --git a/tmux.cheat b/tmux.cheat new file mode 100644 index 0000000..19541fd --- /dev/null +++ b/tmux.cheat @@ -0,0 +1,10 @@ +% tmux + +# Move current window to left (+1 for to right) +tmux swap-window -t -1 + +# Swap two windows +tmux swap-window -s -t + +# Merge window to window as panes +tmux join-pane -s -t -- cgit v1.2.3