Update tmux.conf to match new tmux-sessionizer

This commit is contained in:
Loïc Gremaud 2024-04-11 13:50:44 +02:00
parent bb922a8ac1
commit 6a919b09e3
3 changed files with 3 additions and 4 deletions

2
neovim

@ -1 +1 @@
Subproject commit d6f6f9e11d4ea7835ae73820d581ec2ce1a13432
Subproject commit 3fe9fda7cde06967547d65015ee7a46da750a0ec

@ -1 +1 @@
Subproject commit fd029a8ce24e70d413639876e4e50653d1af1bf2
Subproject commit 6cc86d7fdffb5c0506bb7ec425ccbe689957934e

View File

@ -63,8 +63,7 @@ run -b '~/.tmux/plugins/tpm/tpm'
set -s escape-time 0
set-option -g default-terminal "screen-256color"
bind-key -r f run-shell "tmux neww ~/Documents/dotfiles/scripts/tmux-sessionizer"
bind-key -r m run-shell "tmux neww ~/Documents/dotfiles/scripts/tmux-multi-ssh"
bind-key -r f run-shell "tmux neww /home/legrems/miniconda3/bin/python ~/Documents/dotfiles/scripts/tmux_sessionizer.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}"