Browse Source

[zsh] Add zsh-autosuggestion plugin

v2
lhark 4 years ago
parent
commit
c08cd4249a
  1. 3
      .gitmodules
  2. 1
      zsh-autosuggestions
  3. 2
      zshrc

3
.gitmodules

@ -4,3 +4,6 @@
[submodule "themes/base16-kitty"]
path = themes/base16-kitty
url = https://github.com/kdrag0n/base16-kitty
[submodule "zsh-autosuggestions"]
path = zsh-autosuggestions
url = https://github.com/zsh-users/zsh-autosuggestions

1
zsh-autosuggestions

@ -0,0 +1 @@
Subproject commit d43c309f888153d6c46d8b6a3a0186f4148680fd

2
zshrc

@ -213,5 +213,7 @@ bindkey "[3~" delete-char
bindkey "^[[Z" reverse-menu-complete
ZSH_AUTOSUGGEST_STRATEGY=(history completion)
source "${RC_PATH}/zsh-autosuggestions/zsh-autosuggestions.zsh"
# ZSH syntax highlighting : /!\ keep at the bottom !
source "${RC_PATH}/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh"

Loading…
Cancel
Save