From 3f1dddd7dc7fc8ebbfb964d288c4d2317bc6120e Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Thu, 1 Feb 2024 17:57:14 -0600 Subject: feat: add cht.sh integration to tmux --- .config/tmux/tmux.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to '.config/tmux/tmux.conf') diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 9561802..298828b 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -45,6 +45,8 @@ bind f display-popup -E "tms" bind C-q run-shell "tms kill" bind C-j display-popup -E "tms switch" bind C-w display-popup -E "tms windows" +# cht.sh +bind i display-popup -E "cht.sh" ### initialize tpm (keep this line at the very bottom of tmux.conf) run '/usr/share/tmux-plugin-manager/tpm' -- cgit v1.2.3-54-g00ecf