diff options
| author | Daiderd Jordan <daiderd@gmail.com> | 2017-05-25 21:18:30 +0200 |
|---|---|---|
| committer | Daiderd Jordan <daiderd@gmail.com> | 2017-05-25 21:18:30 +0200 |
| commit | bed2e17e008cb8832d1cf7f1e22606e9fd995546 (patch) | |
| tree | 52439302dcb1ff79088156c39772a859d78e7730 /modules/examples | |
| parent | 6da4eb0ffec9f7807a3a98b9c3b8dbab8001614b (diff) | |
lnl: add tmux keybinding to repeat commands, etc.
Diffstat (limited to 'modules/examples')
| -rw-r--r-- | modules/examples/lnl.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/examples/lnl.nix b/modules/examples/lnl.nix index 79fe35a..3c839f1 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 |
