add zsh autosuggestions
This commit is contained in:
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
Submodule zsh/.config/zsh/plugins/zsh-autosuggestions added at ae315ded4d
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user