From a88a4196698fb0206d90fa2a99c284912609d317 Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 11 Apr 2026 14:16:05 +0100 Subject: [PATCH] Update tmux binding --- .config/tmux/tmux.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 8680533..392acf1 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -105,7 +105,6 @@ bind -n C-M-S-Right resize-pane -R 5 # Window navigation bind r command-prompt -I "#W" "rename-window -- '%%'" bind c new-window -c "#{pane_current_path}" -bind x kill-window bind -n M-1 select-window -t 1 bind -n M-2 select-window -t 2