summaryrefslogtreecommitdiff
path: root/.tmux.conf
diff options
context:
space:
mode:
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