summaryrefslogtreecommitdiff
path: root/.tmux.conf
diff options
context:
space:
mode:
authortslil clingman <>2021-01-26 22:00:05 -0500
committertslil clingman <>2021-01-26 22:00:05 -0500
commit89cf3c72a6c9715414d8a5872b3287f1340fa409 (patch)
tree2d88cc8f471bd2a4c1879dd736dd88783b2dc54e /.tmux.conf
parent23b2eaf348089cb949f16b91fea5adcda20e5fc0 (diff)
Need to actually be able to send prefix for tio
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf11
1 files changed, 5 insertions, 6 deletions
diff --git a/.tmux.conf b/.tmux.conf
index 0f2ea19..599f5a7 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -12,15 +12,14 @@ setw -g window-status-format "#[fg=black]#[bg=#DAEFEF] #I #W "
setw -g window-status-current-format "#[fg=black]#[bg=#8888CC] * #[bg=#EAEA9E] #W "
set -g status-left ""
-set -g status-right "#[fg=black][ %y.%m.%d %Hh%M #(battery) ]"
+set -g status-right "#[fg=black][ %y.%m.%d %Hh%M ]"
+unbind C-t
unbind C-b
-set -g prefix ^T
+set -g prefix C-t
+bind C-t send-prefix
-unbind ^T
-bind ^T last-window
-
-unbind C-a
+bind t last-window
unbind x
bind x lock-server