whoops, left -n on the 2.9 config
This commit is contained in:
parent
34636bf08a
commit
fb660f9a20
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue