From 86e76352f284b5e70efc855e8d2a448ed46465f1 Mon Sep 17 00:00:00 2001 From: Daiderd Jordan Date: Thu, 22 Jun 2017 00:10:47 +0200 Subject: lnl: add tmux swap windows --- modules/examples/lnl.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/examples') 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 ''; -- cgit v1.2.3