From 70a54c087ab2adcadc29901d0b8a7abee7cc6156 Mon Sep 17 00:00:00 2001 From: jabuxas Date: Thu, 3 Oct 2024 18:53:33 -0300 Subject: [PATCH] fix: tms on void --- laptop/configs/tmux/.config/tmux/tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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