Update tmux.conf to match new tmux-sessionizer

This commit is contained in:
2024-04-11 13:50:44 +02:00
parent bb922a8ac1
commit 6a919b09e3
3 changed files with 3 additions and 4 deletions
+1 -1
Submodule neovim updated: d6f6f9e11d...3fe9fda7cd
+1 -1
Submodule scripts updated: fd029a8ce2...6cc86d7fdf
+1 -2
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}"