diff options
author | Vasil Zlatanov <v@skozl.com> | 2019-10-28 23:37:42 +0000 |
---|---|---|
committer | Vasil Zlatanov <v@skozl.com> | 2019-10-28 23:37:42 +0000 |
commit | de68c1ab7f3f3cce1fa96b0f69174b9b3464557c (patch) | |
tree | 537ba32a79ecbc0f3699f6191ef9ec23dc90cdae /Shell | |
parent | c85979db891a12634620c12359a018a0af9c608a (diff) | |
download | dotfiles-de68c1ab7f3f3cce1fa96b0f69174b9b3464557c.tar.gz dotfiles-de68c1ab7f3f3cce1fa96b0f69174b9b3464557c.tar.bz2 dotfiles-de68c1ab7f3f3cce1fa96b0f69174b9b3464557c.zip |
Add fzf keybindings to zsh
Diffstat (limited to 'Shell')
-rw-r--r-- | Shell/zshrc | 1 |
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 |