diff --git a/laptop/configs/tmux/.config/tmux/tmux.conf b/laptop/configs/tmux/.config/tmux/tmux.conf index 693c35b..1b97867 100644 --- a/laptop/configs/tmux/.config/tmux/tmux.conf +++ b/laptop/configs/tmux/.config/tmux/tmux.conf @@ -8,6 +8,9 @@ bind C-o display-popup -E "~/.cargo/bin/tms" unbind C-j bind C-j display-popup -E "~/.cargo/bin/tms switch" +unbind C-k +bind C-k display-popup -E "~/.cargo/bin/tms kill" + unbind % bind | split-window -h