Skip to content

Instantly share code, notes, and snippets.

@timofurrer
Created June 16, 2016 22:52
Show Gist options
  • Save timofurrer/9c586d99390f766aece01e805966fc16 to your computer and use it in GitHub Desktop.
Save timofurrer/9c586d99390f766aece01e805966fc16 to your computer and use it in GitHub Desktop.
autosuggestion-settings.zsh
# use a dark grey color for the suggestions
export ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=243"
# set keybinding to CTRL + Space
bindkey '^ ' autosuggest-accept
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment