tmux: remove "organic binding"

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 ¯\_(ツ)_/¯
This commit is contained in:
Primrose 2025-07-09 10:55:36 +02:00
parent 2ee61c3c0e
commit 760875108c
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -59,18 +59,8 @@ unbind C-b
bind r source-file ~/.dotfiles/nix/homeModules/common/tmux/tmux.conf \; display-message "tmux.conf reloaded." bind r source-file ~/.dotfiles/nix/homeModules/common/tmux/tmux.conf \; display-message "tmux.conf reloaded."
# open new window in current path # open new window in current path
bind c new-window -c "#{pane_current_path}" bind c new-window
bind C new-window bind C new-window -c "#{pane_current_path}"
# 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
# CLOK # CLOK
bind t clock-mode bind t clock-mode