lazynpm mappings

This commit is contained in:
David Chen 2020-06-06 13:08:06 -04:00
parent 396497e3f5
commit c99acc26e3
3 changed files with 7 additions and 3 deletions

View file

@ -1,3 +0,0 @@
#!/usr/bin/env bash
python3 "$LOCALPROG"/ranger/ranger.py

View file

@ -351,6 +351,7 @@ map <CR> toggleVCS
# Open lazygit
map <c-g> shell lazygit
map <c-n> shell lazynpm
# locations
map gh cd ~

View file

@ -10,3 +10,9 @@ function openlazygit {
zle -N openlazygit; bindkey "^G" openlazygit
function openlazynpm {
zle_eval lazynpm
}
zle -N openlazynpm; bindkey "^N" openlazynpm