summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2024-02-01 17:57:14 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2024-02-01 17:57:14 -0600
commit3f1dddd7dc7fc8ebbfb964d288c4d2317bc6120e (patch)
treea90ba24e548a8ec84c02165c65398b15bae684e5 /.config
parent7dd853749eff174bf9acb3785095e55ce545aaec (diff)
feat: add cht.sh integration to tmux
Diffstat (limited to '.config')
-rw-r--r--.config/tmux/tmux.conf2
1 files changed, 2 insertions, 0 deletions
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'