From f5034cee38906efeaeea9bb79fab56f03fd03ebe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Gremaud?= Date: Mon, 10 Jun 2024 16:44:43 +0200 Subject: [PATCH] Add tmux-pane-selection scripts + add keybinds (leader + h) --- scripts | 2 +- tmux.conf | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts b/scripts index 953b9a7..c2b6eaa 160000 --- a/scripts +++ b/scripts @@ -1 +1 @@ -Subproject commit 953b9a791c8ef9f2bf62253ce18dccd837519be0 +Subproject commit c2b6eaa87ac90e4c06d380c7640d141bb9753dbd diff --git a/tmux.conf b/tmux.conf index e782c5b..485059c 100644 --- a/tmux.conf +++ b/tmux.conf @@ -65,6 +65,7 @@ set-option -g default-terminal "screen-256color" bind-key -r f run-shell "tmux neww /home/legrems/miniconda3/bin/python ~/Documents/dotfiles/scripts/tmux_sessionizer.py" bind-key -r g run-shell "tmux neww /home/legrems/miniconda3/bin/python ~/Documents/dotfiles/scripts/tmux_select_session.py" +bind-key -r h run-shell "tmux neww /home/legrems/miniconda3/bin/python ~/Documents/dotfiles/scripts/tmux_select_pane.py" bind-key -r m run-shell "tmux neww /home/legrems/miniconda3/bin/python ~/Documents/dotfiles/scripts/tmux_ssh_group.py" bind-key -r j run-shell "tmux neww /home/legrems/miniconda3/bin/python ~/Documents/dotfiles/scripts/tmux_multi_ssh.py" bind-key -r i set-window-option synchronize-panes\; display-message "synchronize-panes is now #{?pane_synchronized, #[bg=red]!! ON !!,OFF}"