diff --git a/laptop/configs/tmux/.config/tmux/tmux.conf b/laptop/configs/tmux/.config/tmux/tmux.conf index 66d1ed5..693c35b 100644 --- a/laptop/configs/tmux/.config/tmux/tmux.conf +++ b/laptop/configs/tmux/.config/tmux/tmux.conf @@ -3,10 +3,10 @@ unbind C-b bind-key C-a send-prefix unbind C-o -bind C-o display-popup -E "tms" +bind C-o display-popup -E "~/.cargo/bin/tms" unbind C-j -bind C-j display-popup -E "tms switch" +bind C-j display-popup -E "~/.cargo/bin/tms switch" unbind % bind | split-window -h