From 104c95c98e322f083ce7b81f0c02e71e1dbcc148 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Fri, 11 Jul 2025 17:16:23 +0200 Subject: [PATCH] tmux: update bindings --- nix/homeModules/common/tmux/tmux.conf | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/nix/homeModules/common/tmux/tmux.conf b/nix/homeModules/common/tmux/tmux.conf index 20aedd6c..19769ed0 100644 --- a/nix/homeModules/common/tmux/tmux.conf +++ b/nix/homeModules/common/tmux/tmux.conf @@ -63,25 +63,19 @@ bind c new-window -c "#{pane_current_path}" bind C new-window # organic jumping -bind -n C-h select-window -t 1 -bind -n C-t select-window -t 2 -bind -n C-n select-window -t 3 -bind -n C-s select-window -t 4 +bind h select-window -t 1 +bind t select-window -t 2 +bind n select-window -t 3 +bind s select-window -t 4 bind -T copy-mode-vi C-h select-window -t 1 bind -T copy-mode-vi C-t select-window -t 2 bind -T copy-mode-vi C-n select-window -t 3 bind -T copy-mode-vi C-s select-window -t 4 # CLOK -bind t clock-mode +bind C-t clock-mode set -g clock-mode-style 24 -# vim-sytle pane jumping -bind h select-pane -L -bind l select-pane -R -bind j select-pane -D -bind k select-pane -U - # unbind built-in select-pane jumping unbind Left unbind Right