1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2024-12-14 11:57:34 +00:00

lnl: add tmux swap windows

This commit is contained in:
Daiderd Jordan 2017-06-22 00:10:47 +02:00
parent 164f3cc78e
commit 86e76352f2
No known key found for this signature in database
GPG key ID: D02435D05B810C96

View file

@ -83,6 +83,9 @@
bind 0 set status
bind-key -r "<" swap-window -t -1
bind-key -r ">" swap-window -t +1
set -g status-bg black
set -g status-fg white
'';