Commit Graph

422 Commits (937d6fc24145fdcd87e952a5e607c26d098c58b5)
 

Author SHA1 Message Date
Jakub Jirutka 62af373a59 Fix highlighting for paths completion using Tab
Jakub Jirutka 258e06c9ab Fix and unify formatting and code-style
Jakub Jirutka f860711cc5 Add .editorconfig
See http://www.editorconfig.org/
Michael Robinson 0371904875 Merge pull request from jirutka/patch-1
Jakub Jirutka 4b6512d1e8 Fix highlight cache invalidation
To work better with recent version of zsh-syntax-highlighting.
Michael Robinson 34c01f6259 Merge pull request from calebmeyer/doc-updates
Updated readme with more configuration options.
Caleb Meyer e637eb58eb Added backticks to 0, so it will highlight as code
Caleb Meyer 1bf5de2acc Updated readme with more configuration options.
Michael Robinson 9b565ff6b5 Merge pull request from teto/fix_zshrc
Matthieu Coudron 24ac946dd9 Install script now looks for .zshrc in $ZDOTDIR as well.
User can also supply as a first parameter the script to append to
zsh-autosuggestions.
Michael Robinson 59699a0946 Merge pull request from 0atman/0atman-patch-1
Simplify installation instructions
Tristram Oaten d1640a399d Update README.mkd
My rational for this is:
 1. Most linux desktop users are using some kind of debian/ubuntu/mint, so why not have them catered for primarily?
 2. the bash instructions work for everyone who has bash. Last time I checked, that was 99% of the linux community.
Michael Robinson 533325c39d Addresses
Michael Robinson fe6e9812b0 Merge pull request from tirkarthi/patch-1
Added clarification to use bash
Xtreak c740515df4 Added clarification to use bash
Some linux distros have sh symlinked to dash. So I have added a clarification to use bash for the distros.
Michael Robinson 3d5beea5c3 Merge pull request from hkliya/patch-1
Update README.mkd
Seaborn Lee a23ad43188 Update README.mkd
Fix the path.
Michael Robinson c3e7668fbb Merge pull request from bfred-it/osx-install-fix
Fixed: installation on OS X fails
Federico Brigante 8970e71d50 Fixed: installation on OS X fails
Michael Robinson 89b85d88cc Use -f instead of -e option for readlink to
Fixed 
Michael Robinson d76af3c076 Update README.mkd
Michael Robinson 5f13490bae Reverted 9e710593e3
Michael Robinson 1be4a54048 Merge pull request from wgallios/master
Created simple install sh script
Michael Robinson 7446059f63 Merge pull request from maksimr/patch-1
fix:Add autosuggest to highlighters list only once
Michael Robinson 71a7154815 Removed "unmaintained" message!
William Gallios 9e710593e3 updates to readme
William Gallios 0d9aabedb2 updated readme for new install script
William Gallios 32fb7930d8 created simple install script
Thiago de Arruda 0d36d4ccdd Add alpha-quality software warning
Thiago de Arruda cbb0963896 Merge pull request from CoolOppo/patch-1
Removed Shelr demo link because it died
CoolOppo 683b48b644 Removed Shelr demo link because it died
Thiago de Arruda 85739dbe76 Disable autosuggestion server startup.
The server is not working even in zsh5. Disable it until fixed.
Maksim Ryzhikov 6dbb419a7a fix:Add autosuggest to highlighters list only once
Thiago de Arruda bd11c34e84 Merge pull request from piecioshka/master
Create automatic command for plugin setup
Thiago de Arruda 0cc05bd08e Merge pull request from mihaisucan/master
add a config for RIGHT arrow to accept the suggestion, like in fish
Mihai Sucan 824b9be13f add autosuggestions.plugin.zsh to get this repo working with antigen
Mihai Sucan 1cbd78c850 add a config for RIGHT arrow to accept the suggestion, like in fish
Thiago de Arruda ebe4cf251a Merge pull request from ajkaanbal/master
Suspend autosuggest on 'history-substring-search-up' and 'history-substr...
Ricardo M. Vilchis 7e69ddda7f Suspend autosuggest on 'history-substring-search-up' and 'history-substring-search-down' (zsh-history-substring-plugin commands). Accept on 'end-of-line' (Ctrl-e or END key)
piecioshka 5dff7a69f1 start label with big letter
piecioshka c5567cf371 add label for zsh-autosuggestions
piecioshka b18f01a256 fix end of file
tarruda a29e838cdf Merge pull request from dreadatour/master
Add plugin config variables
Vladimir Rudnyh 48f03e2b0c Suspend autosuggest on 'history-beginning-search-backward' and 'history-beginning-search-forward' commands
Vladimir Rudnyh ea19b7bcf8 Add highlight color config variables
Vladimir Rudnyh 196cfa0eb0 Remove spaces at the end of lines
Thiago de Arruda 8af98f7d29 Validate original widget name when restoring on
autosuggest-pause
Thiago de Arruda 6ddbde147f Fixed syntax highlight in README code snippet
Thiago de Arruda 7d737e3cc8 Fixed accept-line and motion widgets integration
with zsh-syntax-highlighting
Thiago de Arruda a0d6493f34 Update documentation