From b0f267570d21f9d4fc1086391cb8448449d9eb41 Mon Sep 17 00:00:00 2001 From: tslil clingman Date: Thu, 10 Jul 2025 07:49:44 +0100 Subject: [tmux] move closer to default keybindings --- .tmux.conf | 27 ++++++++------------------- 1 file 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 -- cgit v1.2.3