From d7a3c56269db8e2066412da2d7b3808e531b480c Mon Sep 17 00:00:00 2001 From: cbreton Date: Thu, 10 Oct 2019 09:14:24 +0200 Subject: Rename some dotfile and add a binding for search in history --- dotfiles/zsh/07-plugin.zsh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 dotfiles/zsh/07-plugin.zsh (limited to 'dotfiles/zsh/07-plugin.zsh') diff --git a/dotfiles/zsh/07-plugin.zsh b/dotfiles/zsh/07-plugin.zsh new file mode 100644 index 0000000..9515043 --- /dev/null +++ b/dotfiles/zsh/07-plugin.zsh @@ -0,0 +1,8 @@ +bindkey -v + +source ~/.zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh +source ~/.zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh +source ~/.zsh/plugins/zsh-history-substring-search/zsh-history-substring-search.zsh +source ~/.zsh/plugins/zsh-completions/zsh-completions.plugin.zsh +source ~/.zsh/plugins/zsh-system-clipboard/zsh-system-clipboard.zsh +source /etc/profile.d/autojump.zsh -- cgit v1.2.1