summaryrefslogtreecommitdiff
path: root/.tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf27
1 files changed, 8 insertions, 19 deletions
diff --git a/.tmux.conf b/.tmux.conf
index ac22b13..1672520 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -17,19 +17,11 @@ setw -g window-status-current-format "#[fg=black]#[bg=#8888CC] #I #W "
set -g status-left ""
set -g status-right "#[fg=black]#[bg=green] [#(battery)] [%Hh%M/%y.%m.%d] "
-unbind C-t
-unbind C-b
-set -g prefix C-t
+unbind tab
+bind tab last-window
-bind t send-prefix
-
-bind C-t last-window
-
-unbind x
-bind x lock-server
-
-unbind c
-bind c new-window
+unbind w
+bind w choose-window
unbind " "
bind " " next-window
@@ -40,17 +32,14 @@ bind BSpace previous-window
unbind A
bind A command-prompt "rename-window %%"
-unbind w
-bind w list-windows
+unbind l
+bind l list-windows
unbind k
bind k confirm-before "kill-window"
-unbind l
-bind l refresh-client
+unbind r
+bind r refresh-client
unbind |
bind | split-window
-
-unbind '"'
-bind '"' choose-window