From cc3cb881ba3f77df96fb01dbc27851aeb664b262 Mon Sep 17 00:00:00 2001 From: Daiderd Jordan Date: Fri, 27 Oct 2017 12:31:59 +0200 Subject: lnl: fix tmux keybinding --- modules/examples/lnl.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/examples') diff --git a/modules/examples/lnl.nix b/modules/examples/lnl.nix index 914c5f1..b5bdcc6 100644 --- a/modules/examples/lnl.nix +++ b/modules/examples/lnl.nix @@ -83,7 +83,7 @@ bind-key -n M-R run "tmux send-keys -t $(hostname -s | awk -F'-' '{print tolower($NF)}') C-l Up Enter" bind 0 set status - bind S choose-client + bind S choose-session bind-key -r "<" swap-window -t -1 bind-key -r ">" swap-window -t +1 -- cgit v1.2.3