removed the tmux alt-w binding

This commit is contained in:
David Chen 2025-09-12 16:24:09 -07:00
parent 80aa7bc413
commit 06aa671093

View file

@ -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'