diff --git a/neovim b/neovim index d6f6f9e..3fe9fda 160000 --- a/neovim +++ b/neovim @@ -1 +1 @@ -Subproject commit d6f6f9e11d4ea7835ae73820d581ec2ce1a13432 +Subproject commit 3fe9fda7cde06967547d65015ee7a46da750a0ec diff --git a/scripts b/scripts index fd029a8..6cc86d7 160000 --- a/scripts +++ b/scripts @@ -1 +1 @@ -Subproject commit fd029a8ce24e70d413639876e4e50653d1af1bf2 +Subproject commit 6cc86d7fdffb5c0506bb7ec425ccbe689957934e diff --git a/tmux.conf b/tmux.conf index e59f0d1..c3e209a 100644 --- a/tmux.conf +++ b/tmux.conf @@ -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}"