diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 61a083b..7fca57a 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -145,7 +145,7 @@ set -g pane-base-index 1 # Enter copy-mode and scroll one page up directly with PageUp without the need # of the prefix. (Exists already per default with prefix) -bind -n PPage copy-mode -u +bind -n PgUp copy-mode -u # Repeatable window-navigation bindings bind -r n next @@ -153,6 +153,10 @@ bind -r C-n next bind -r p prev bind -r C-p prev +# Change windows with Alt-Page{Up,Down} analog to Ctrl-Page{Up,Down} in vim +bind -n M-PgUp prev +bind -n M-PgDn next + # Jump back to last focused window bind C-o last-window