mirror of https://github.com/fredrikekre/.dotfiles
1 changed files with 7 additions and 0 deletions
@ -0,0 +1,7 @@ |
|||||||
|
# Force colors for e.g. prompt |
||||||
|
set-option -g default-terminal "screen-256color" |
||||||
|
|
||||||
|
# Mirror prefix Left to prefix j for switching pane left |
||||||
|
bind-key -r j select-pane -L |
||||||
|
# Mirror prefix Right to prefix k for switching pane right |
||||||
|
bind-key -r k select-pane -R |
||||||
Loading…
Reference in new issue