From 06aa671093c6bd82a7855f0dcd8c133bde819652 Mon Sep 17 00:00:00 2001 From: David Chen Date: Fri, 12 Sep 2025 16:24:09 -0700 Subject: [PATCH] removed the tmux alt-w binding --- .tmux.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 4b373cb..4a14fcc 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -20,7 +20,6 @@ setw -g monitor-bell off set -g history-limit 10000 set-hook -g pane-focus-in "run -b 'bash ~/.config/tmux/fzf_panes.tmux update_mru_pane_ids'" -bind -n M-w run -b 'bash ~/.config/tmux/fzf_panes.tmux new_window' # reload configuration bind r source-file ~/.tmux.conf \; display '~/.tmux.conf sourced'