From 760875108c51698e506ade087493b6256d83f7a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Wed, 9 Jul 2025 10:55:36 +0200 Subject: [PATCH] tmux: remove "organic binding" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I spend more time in neovim, and I should make neovim bindings better at the compromise of worse tmux bindings. We only have a certain amount of keys ¯\_(ツ)_/¯ --- nix/homeModules/common/tmux/tmux.conf | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/nix/homeModules/common/tmux/tmux.conf b/nix/homeModules/common/tmux/tmux.conf index 688ac639..47fce35f 100644 --- a/nix/homeModules/common/tmux/tmux.conf +++ b/nix/homeModules/common/tmux/tmux.conf @@ -59,18 +59,8 @@ unbind C-b bind r source-file ~/.dotfiles/nix/homeModules/common/tmux/tmux.conf \; display-message "tmux.conf reloaded." # open new window in current path -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 -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 +bind c new-window +bind C new-window -c "#{pane_current_path}" # CLOK bind t clock-mode