From dba074249b1e842595f1c5d5d6ad0b2982254230 Mon Sep 17 00:00:00 2001 From: cy Date: Wed, 1 Jan 2025 15:26:44 -0500 Subject: [PATCH] tmux: k conflicts with up --- home/tmux.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/home/tmux.nix b/home/tmux.nix index 08edf60..0ece866 100644 --- a/home/tmux.nix +++ b/home/tmux.nix @@ -32,10 +32,6 @@ bind v split-window -c "#{pane_current_path}" -h bind s split-window -c "#{pane_current_path}" -v - # confirm before killing a window or the server - bind-key k confirm kill-window - bind-key K confirm kill-server - set -g renumber-windows on set -g mouse on # don't yank immediately when selecting text