From 14e1c8d5e6d65631cb693348ce8239bc216b9ea2 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Thu, 23 Jan 2025 13:55:25 +0100 Subject: [PATCH] tmux/fix --- sh/tmux.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sh/tmux.sh b/sh/tmux.sh index 3c84185..00fe2e2 100644 --- a/sh/tmux.sh +++ b/sh/tmux.sh @@ -226,7 +226,7 @@ bind-key M-Right swap-window -t +1 # ╭────────────────────────────────────┼───────────┼─────────┼─────┼─────┤ # │ command-prompt 'rename-session %%' │ │ C-s │ │ │ # │ command-prompt 'rename-window %%' │ │ C-w │ │ │ -# │ detach-client │ F6 │ │ │ d │ +# │ detach-client │ F6 │ │ │ d │ # │ new-window │ F2 │ │ │ │ # │ next-window │ M-Right │ │ │ │ # │ previous-window │ M-Left │ │ │ │ @@ -243,7 +243,7 @@ bind-key M-Right swap-window -t +1 # │ set-option -g status 5 │ C-F5 │ │ │ │ # │ source-file │ │ r │ │ │ # │ split-window -h │ │ h │ │ % │ -# │ split-window -v │ │ v │ │ " │ +# │ split-window -v │ │ v │ │ \" │ # │ swap-window -t -1 │ │ M-Left │ │ │ # │ swap-window -t +1 │ │ M-Right │ │ │ # │ switch-client -n │ M-Down │ │ │ │