zsh: add ZSH_AUTOSUGGEST_STRATEGY

pull/6/head
bretello 2022-01-24 09:57:29 +01:00
parent 330d3dbef6
commit 476fd545b5
Signed by: brethil
GPG Key ID: 876AAC6290170FE7
1 changed files with 4 additions and 0 deletions

View File

@ -60,6 +60,10 @@ export KEYTIMEOUT=50 # reduce the transition time between vim modes to 0.1s
export HISTSIZE=10000000
# zsh-autosuggestions config
export ZSH_AUTOSUGGEST_STRATEGY=(history completion)
# less options
export LESS='-xRF-j12' # -j12: displays 12 lines before search results with / and ?
if [[ "$(command -v bat)" ]]; then