From 993d0c8f5d8b0ad87581e08da835fa0be0e3f32d Mon Sep 17 00:00:00 2001 From: cnsworder Date: Sun, 5 Feb 2017 16:40:13 +0800 Subject: [PATCH] Add zsh snippet --- zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zshrc b/zshrc index 6a32ed0..92e83a7 100644 --- a/zshrc +++ b/zshrc @@ -18,6 +18,7 @@ zplug "zsh-users/zsh-completions" zplug "zsh-users/zsh-autosuggestions" zplug "zsh-users/zsh-history-substring-search" zplug "djui/alias-tips" +zplug "willghatch/zsh-snippets" zplug "plugins/git", from:oh-my-zsh zplug "plugins/brew", from:oh-my-zsh zplug "plugins/brew-cask", from:oh-my-zsh @@ -46,3 +47,5 @@ fi zplug load #[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh + +bindkey '^j' snippet-expand