From bed2e17e008cb8832d1cf7f1e22606e9fd995546 Mon Sep 17 00:00:00 2001 From: Daiderd Jordan Date: Thu, 25 May 2017 21:18:30 +0200 Subject: [PATCH] lnl: add tmux keybinding to repeat commands, etc. --- modules/examples/lnl.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/examples/lnl.nix b/modules/examples/lnl.nix index 79fe35ab..3c839f17 100644 --- a/modules/examples/lnl.nix +++ b/modules/examples/lnl.nix @@ -76,6 +76,8 @@ programs.tmux.enableVim = true; programs.tmux.tmuxConfig = '' + bind-key -n M-r run "tmux send-keys -t1 C-l C-up C-m" + bind 0 set status set -g status-bg black