add zsh autosuggestions
This commit is contained in:
parent
318f6636cd
commit
60e673f475
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,3 +1,6 @@
|
|||||||
[submodule "zsh/.config/zsh/plugins/fast-syntax-highlighting"]
|
[submodule "zsh/.config/zsh/plugins/fast-syntax-highlighting"]
|
||||||
path = zsh/.config/zsh/plugins/fast-syntax-highlighting
|
path = zsh/.config/zsh/plugins/fast-syntax-highlighting
|
||||||
url = https://github.com/zdharma/fast-syntax-highlighting.git
|
url = https://github.com/zdharma/fast-syntax-highlighting.git
|
||||||
|
[submodule "zsh/.config/zsh/plugins/zsh-autosuggestions"]
|
||||||
|
path = zsh/.config/zsh/plugins/zsh-autosuggestions
|
||||||
|
url = https://github.com/zsh-users/zsh-autosuggestions
|
||||||
|
|||||||
1
zsh/.config/zsh/plugins/zsh-autosuggestions
Submodule
1
zsh/.config/zsh/plugins/zsh-autosuggestions
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit ae315ded4dba10685dbbafbfa2ff3c1aefeb490d
|
||||||
@ -29,6 +29,7 @@ source $HOME/.config/.aliases.local
|
|||||||
|
|
||||||
source $HOME/.config/zsh/key-bindings.zsh
|
source $HOME/.config/zsh/key-bindings.zsh
|
||||||
source $HOME/.config/zsh/plugins/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh
|
source $HOME/.config/zsh/plugins/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh
|
||||||
|
source $HOME/.config/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.plugin.zsh
|
||||||
|
|
||||||
bindkey "^[[H" beginning-of-line
|
bindkey "^[[H" beginning-of-line
|
||||||
bindkey "^[[4~" end-of-line
|
bindkey "^[[4~" end-of-line
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user