mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-22 03:21:30 +01:00
zsh: add ZSH_AUTOSUGGEST_STRATEGY
This commit is contained in:
parent
330d3dbef6
commit
476fd545b5
|
@ -60,6 +60,10 @@ export KEYTIMEOUT=50 # reduce the transition time between vim modes to 0.1s
|
||||||
|
|
||||||
export HISTSIZE=10000000
|
export HISTSIZE=10000000
|
||||||
|
|
||||||
|
|
||||||
|
# zsh-autosuggestions config
|
||||||
|
export ZSH_AUTOSUGGEST_STRATEGY=(history completion)
|
||||||
|
|
||||||
# less options
|
# less options
|
||||||
export LESS='-xRF-j12' # -j12: displays 12 lines before search results with / and ?
|
export LESS='-xRF-j12' # -j12: displays 12 lines before search results with / and ?
|
||||||
if [[ "$(command -v bat)" ]]; then
|
if [[ "$(command -v bat)" ]]; then
|
||||||
|
|
Loading…
Reference in New Issue
Block a user