Add note about deer (zsh file browser)
This commit is contained in:
parent
43b0d64371
commit
cf01189608
1 changed files with 8 additions and 0 deletions
8
notebook/Linux/Tools/Deer.md
Normal file
8
notebook/Linux/Tools/Deer.md
Normal 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
|
||||||
|
```
|
Loading…
Reference in a new issue