diff options
Diffstat (limited to '.tmux.conf')
| -rw-r--r-- | .tmux.conf | 27 |
1 files changed, 8 insertions, 19 deletions
@@ -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 |
