diff options
| -rw-r--r-- | .tmux.conf | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -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 |
