bind ctrl-n to nix run

This commit is contained in:
Noah Masur
2022-07-05 20:42:49 -04:00
parent 758321adc3
commit 682acdc8ae
2 changed files with 7 additions and 1 deletions

View File

@ -14,3 +14,5 @@ bind -M insert \cp projects
bind -M default \cp projects
bind -M insert \x1F accept-autosuggestion
bind -M default \x1F accept-autosuggestion
bind -M insert \cn 'commandline -r "nix run nixpkgs#"'
bind -M default \cn 'commandline -r "nix run nixpkgs#"'