diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 55d1fa8..474d1cc 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -38,6 +38,12 @@ set -g renumber-windows on # of the prefix. (Exists already per default with prefix) bind-key -n PPage copy-mode -u +# Repeatable window-navigation bindings +bind-key -r -T prefix n next-window +bind-key -r -T prefix C-n next-window +bind-key -r -T prefix p previous-window +bind-key -r -T prefix C-p previous-window + # Vim-bindings # Enter copy-mode with Escape