zsh: add fzf keybinds

This commit is contained in:
Guilherme Rugai Freire 2021-08-22 00:25:14 -03:00
parent 3ec47ad836
commit ffc8cd4a8b
No known key found for this signature in database
GPG Key ID: 0F9FE41723A8A297

4
.zshrc
View File

@ -27,6 +27,10 @@ zinit light zsh-users/zsh-autosuggestions
zinit light zsh-users/zsh-completions
### zinit plugins - end
# Fzf keybinds
# <CTRL+R> search history of shell commands
source /usr/share/fzf/key-bindings.zsh
# Alias config to manage dotfiles with git
alias config="git --git-dir=\$HOME/.dotfiles/ --work-tree=\$HOME"