mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2025-12-25 12:44:44 +01:00
Remove completion server and focus on history
suggestion
This commit is contained in:
@@ -14,8 +14,6 @@ zle-line-init() {
|
||||
zle autosuggest-start
|
||||
}
|
||||
zle -N zle-line-init
|
||||
# use ctrl+t to toggle autosuggestions(hopefully this wont be needed)
|
||||
bindkey '^T' autosuggest-toggle
|
||||
# use ctrl+f to accept a suggested word
|
||||
bindkey '^F' autosuggest-accept-suggested-word
|
||||
EOF
|
||||
|
||||
Reference in New Issue
Block a user