diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index 974bff3d..c69969cc 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -30,7 +30,6 @@ bind -n C-M-S-Down resize-pane -D 5 bind -n C-M-S-Up resize-pane -U 5 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}"