From fb660f9a20807418affef10c217c31d639564edc Mon Sep 17 00:00:00 2001 From: "Lloyd W. Slade" Date: Wed, 11 Mar 2020 21:01:41 -0400 Subject: [PATCH] whoops, left `-n` on the 2.9 config --- tmux-2.9.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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