zsh: add keybind to ranger

This commit is contained in:
Guilherme Rugai Freire 2021-08-21 02:44:47 -03:00
parent 4a466129dd
commit a42c2cd71d
No known key found for this signature in database
GPG Key ID: 0F9FE41723A8A297

1
.zshrc
View File

@ -58,6 +58,7 @@ alias zathura="devour zathura"
# Allow zsh to "folow" ranger # Allow zsh to "folow" ranger
alias ranger="source ranger" alias ranger="source ranger"
bindkey -s '^[^f' 'ranger\n'
# This loads nvm # This loads nvm
source $HOME/.fast-nvm.sh source $HOME/.fast-nvm.sh