Add note about deer (zsh file browser)

This commit is contained in:
Talia 2023-05-25 11:16:26 +02:00
parent 43b0d64371
commit cf01189608
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
[Deer](https://github.com/Vifon/deer) is a ranger-like file browser for ZSH
```sh
# ~/.zshrc
. $HOME/workspace/deer
zle -N deer
bindkey '\ek' deer
```