diff options
| author | Daiderd Jordan <daiderd@gmail.com> | 2017-06-22 00:10:47 +0200 |
|---|---|---|
| committer | Daiderd Jordan <daiderd@gmail.com> | 2017-06-22 00:10:47 +0200 |
| commit | 86e76352f284b5e70efc855e8d2a448ed46465f1 (patch) | |
| tree | 44bbe8d74b806194c3c156ab06c5504e7cfe0fec /modules/examples | |
| parent | 164f3cc78ed9d2a2aafad31b9f7a970d7ec5d1a4 (diff) | |
lnl: add tmux swap windows
Diffstat (limited to 'modules/examples')
| -rw-r--r-- | modules/examples/lnl.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/examples/lnl.nix b/modules/examples/lnl.nix index c17e767..f06b349 100644 --- a/modules/examples/lnl.nix +++ b/modules/examples/lnl.nix @@ -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 ''; |
