.profile/notebook/Linux/Tools/Deer.md

8 lines
151 B
Markdown
Raw Normal View History

2023-05-25 09:16:26 +00:00
[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
```