diff --git a/tmux-2.9.conf b/tmux-2.9.conf index 0bf0069..cb5c121 100644 --- a/tmux-2.9.conf +++ b/tmux-2.9.conf @@ -11,8 +11,8 @@ set -g default-terminal "screen-256color" source ~/fmux/f-keys # keys for moving windows -bind-key -n Left swap-window -t -1 -bind-key -n Right swap-window -t +1 +bind-key Left swap-window -t -1 +bind-key Right swap-window -t +1 # pane border colors