aboutsummaryrefslogtreecommitdiff
path: root/base/tmux.conf
diff options
context:
space:
mode:
authorAlexis Hovorka <[email protected]>2021-07-04 12:05:10 -0600
committerAlexis Hovorka <[email protected]>2021-07-04 12:05:10 -0600
commitc6bfd0b8f133f96d61c4d2f3b7726777e147bcf4 (patch)
tree8b06f5854ecfa0c63b8205bb85f8764afb33cc86 /base/tmux.conf
parente5b1ed73e39ce57ffc3896bf71181d25c28723bc (diff)
[feat] Add toggleable task viewer in tmux status
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'