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:
parent
9f669d69e3
commit
0c43b6a223
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue