diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index b93131e1..64fc0abc 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -35,8 +35,6 @@ bind -n C-M-S-Right resize-pane -R 5 bind r command-prompt -I "#W" "rename-window -- '%%'" bind c new-window -c "#{pane_current_path}" bind k kill-window -bind -n C-S-Home new-window -c "#{pane_current_path}" -bind -n C-S-End kill-window bind -n C-S-PageUp next-window bind -n C-S-PageDown previous-window