1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2025-03-28 02:37:09 +00:00

lnl: fix M-r repeat tmux keybinding

This commit is contained in:
Daiderd Jordan 2017-06-04 19:22:06 +02:00
parent 9f669d69e3
commit 0c43b6a223
No known key found for this signature in database
GPG key ID: D02435D05B810C96

View file

@ -76,7 +76,7 @@
programs.tmux.enableVim = true;
programs.tmux.tmuxConfig = ''
bind-key -n M-r run "tmux send-keys -t1 C-l C-up C-m"
bind-key -n M-r run "tmux send-keys -t1 C-l up C-m"
bind 0 set status
@ -234,6 +234,10 @@
'';
programs.zsh.loginShellInit = ''
n() {
nix-repl '<nixpkgs/lib>' ''${@:-<nixpkgs>}
}
reexec() {
unset __ETC_ZSHRC_SOURCED
unset __ETC_ZSHENV_SOURCED