aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVasil Zlatanov <v@skozl.com>2019-10-28 23:37:42 +0000
committerVasil Zlatanov <v@skozl.com>2019-10-28 23:37:42 +0000
commitde68c1ab7f3f3cce1fa96b0f69174b9b3464557c (patch)
tree537ba32a79ecbc0f3699f6191ef9ec23dc90cdae
parentc85979db891a12634620c12359a018a0af9c608a (diff)
downloaddotfiles-de68c1ab7f3f3cce1fa96b0f69174b9b3464557c.tar.gz
dotfiles-de68c1ab7f3f3cce1fa96b0f69174b9b3464557c.tar.bz2
dotfiles-de68c1ab7f3f3cce1fa96b0f69174b9b3464557c.zip
Add fzf keybindings to zsh
-rw-r--r--Shell/zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/Shell/zshrc b/Shell/zshrc
index a79e7af..ce1c0ea 100644
--- a/Shell/zshrc
+++ b/Shell/zshrc
@@ -84,6 +84,7 @@ bindkey "e[4~" end-of-line
bindkey '^[[1;5C' emacs-forward-word
bindkey '^[[1;5D' emacs-backward-word
+source /usr/share/fzf/key-bindings.zsh
source ~/dotfiles/Shell/forgit.plugin.zsh
archey4