diff options
| author | tslil clingman <tslil@posteo.de> | 2025-07-10 07:49:44 +0100 |
|---|---|---|
| committer | tslil clingman <tslil@posteo.de> | 2025-07-10 07:49:44 +0100 |
| commit | b0f267570d21f9d4fc1086391cb8448449d9eb41 (patch) | |
| tree | 512cd3f78d3b3373bafbce0a050cb533435f0cad /.tmux.conf | |
| parent | c5add6700d69d4ad24f661f9df09c45a6add6074 (diff) | |
[tmux] move closer to default keybindings
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 |
