diff --git a/sensible.tmux b/sensible.tmux index 84854f1..d5caaf2 100755 --- a/sensible.tmux +++ b/sensible.tmux @@ -147,12 +147,12 @@ main() { tmux bind-key "$prefix_without_ctrl" last-window fi - # easier switching between next/prev window + # even easier switching between next/prev window if key_binding_not_set "C-p"; then - tmux bind-key C-p previous-window + tmux bind-key -r C-p previous-window fi if key_binding_not_set "C-n"; then - tmux bind-key C-n next-window + tmux bind-key -r C-n next-window fi # source `.tmux.conf` file - as suggested in `man tmux`