aboutsummaryrefslogtreecommitdiff
path: root/base/tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to 'base/tmux.conf')
-rw-r--r--base/tmux.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/base/tmux.conf b/base/tmux.conf
index ece6689..94f28a1 100644
--- a/base/tmux.conf
+++ b/base/tmux.conf
@@ -87,6 +87,8 @@ bind Tab last # most recent window
bind -r "<" swapw -d -t -1
bind -r ">" swapw -d -t +1
+bind T run "bash ~/.tmux/status-left toggle-task"
+
bind r source ~/.tmux.conf
if '[ -f ~/.tmux.conf.local ]' 'source ~/.tmux.conf.local'