From 20d8ca53c52417f524f9e917e5fd5b625d39109e Mon Sep 17 00:00:00 2001 From: jabuxas Date: Thu, 10 Oct 2024 18:23:47 -0300 Subject: [PATCH] feat: add bind for tms kill --- laptop/configs/tmux/.config/tmux/tmux.conf | 3 +++ 1 file changed, 3 insertions(+) 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