Created
June 16, 2016 22:52
-
-
Save timofurrer/9c586d99390f766aece01e805966fc16 to your computer and use it in GitHub Desktop.
autosuggestion-settings.zsh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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