From ffc8cd4a8b46bfc2b114c101239d277e18475d07 Mon Sep 17 00:00:00 2001 From: Guilherme Rugai Freire <41879254+GRFreire@users.noreply.github.com> Date: Sun, 22 Aug 2021 00:25:14 -0300 Subject: [PATCH] zsh: add fzf keybinds --- .zshrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.zshrc b/.zshrc index 79ebffb..161e032 100644 --- a/.zshrc +++ b/.zshrc @@ -27,6 +27,10 @@ zinit light zsh-users/zsh-autosuggestions zinit light zsh-users/zsh-completions ### zinit plugins - end +# Fzf keybinds +# 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"