diff options
| author | Daiderd Jordan <daiderd@gmail.com> | 2017-10-27 12:31:59 +0200 |
|---|---|---|
| committer | Daiderd Jordan <daiderd@gmail.com> | 2017-10-27 12:31:59 +0200 |
| commit | cc3cb881ba3f77df96fb01dbc27851aeb664b262 (patch) | |
| tree | e2d9e419fac002040b3bb0917a1d0b4d080f0b91 /modules/examples | |
| parent | 99050fe8590e16fbb741bf118422af8ccb0aeb73 (diff) | |
lnl: fix tmux keybinding
Diffstat (limited to 'modules/examples')
| -rw-r--r-- | modules/examples/lnl.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
