diff options
author | Alan Pearce | 2017-05-18 16:11:27 +0200 |
---|---|---|
committer | Alan Pearce | 2017-05-18 16:11:27 +0200 |
commit | 733ed131bb624a41551e738dceb28549b63b491a (patch) | |
tree | 4c12ce0a6e4bcc6ec92f968d33709c268c10bbf0 | |
parent | 7dd1f8511650e690b8b7e7afa5eb473655ce7b18 (diff) | |
download | dotfiles-733ed131bb624a41551e738dceb28549b63b491a.tar.lz dotfiles-733ed131bb624a41551e738dceb28549b63b491a.tar.zst dotfiles-733ed131bb624a41551e738dceb28549b63b491a.zip |
zsh: Load fzf key-bindings as zplugin snippet
-rw-r--r-- | zsh/.config/zsh/.zshrc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index 6f112a9..409bab9 100644 --- a/zsh/.config/zsh/.zshrc +++ b/zsh/.config/zsh/.zshrc @@ -243,11 +243,14 @@ then ghq look $(ghq list | fzf +m) } + zplugin snippet "https://github.com/junegunn/fzf/raw/master/shell/key-bindings.zsh" + + bindkey '^t' transpose-chars + zstyle ":anyframe:selector:fzf:" command "fzf --height 40%" bindkey '\es' anyframe-widget-cd-ghq-repository bindkey '^x^k' anyframe-widget-kill - bindkey '^r' anyframe-widget-put-history fi function function eb-active-environment () { |