diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf index 2a586f6..11c7c39 100644 --- a/tmux/.config/tmux/tmux.conf +++ b/tmux/.config/tmux/tmux.conf @@ -28,6 +28,9 @@ bind -r J resize-pane -D 2 bind -r K resize-pane -U 2 bind -r L resize-pane -R 2 +bind -r n next-window +bind -r p previous-window + bind X confirm kill-window bind T confirm kill-session