all repos — nixfiles @ 733ed131bb624a41551e738dceb28549b63b491a

System and user configuration, managed by nix and home-manager

zsh: Load fzf key-bindings as zplugin snippet
Alan Pearce alan@alanpearce.eu
Thu, 18 May 2017 16:11:27 +0200
commit

733ed131bb624a41551e738dceb28549b63b491a

parent

7dd1f8511650e690b8b7e7afa5eb473655ce7b18

1 files changed, 4 insertions(+), 1 deletions(-)

jump to
M zsh/.config/zsh/.zshrczsh/.config/zsh/.zshrc
@@ -243,11 +243,14 @@ fp () {     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 () {