Commit graph

72 commits

Author SHA1 Message Date
Robert Baykov
c54c2415f0 Fix installation bug.
If the install script is run from an alternative directory
	the use of pwd incorrectly sets the path to .zsh-autosuggesionsrc
2015-05-17 23:35:14 -05:00
Robert Baykov
03c5a52a89 Update .zsh-autosuggestionrc 2015-05-17 23:32:25 -05:00
Robert Baykov
af72bd92ab Add alterantive installation method 2015-05-17 23:24:04 -05:00
Michael Robinson
0371904875 Merge pull request #55 from jirutka/patch-1 2015-05-17 07:57:25 +12:00
Jakub Jirutka
4b6512d1e8 Fix highlight cache invalidation
To work better with recent version of zsh-syntax-highlighting.
2015-05-16 20:35:13 +02:00
Michael Robinson
34c01f6259 Merge pull request #53 from calebmeyer/doc-updates
Updated readme with more configuration options.
2015-05-13 08:53:17 +12:00
Caleb Meyer
e637eb58eb Added backticks to 0, so it will highlight as code 2015-05-12 12:33:33 -05:00
Caleb Meyer
1bf5de2acc Updated readme with more configuration options. 2015-05-12 12:31:30 -05:00
Michael Robinson
9b565ff6b5 Merge pull request #51 from teto/fix_zshrc 2015-05-04 10:05:20 +12:00
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.
2015-05-03 22:57:03 +02:00
Michael Robinson
59699a0946 Merge pull request #49 from 0atman/0atman-patch-1
Simplify installation instructions
2015-04-15 08:29:31 +12:00
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.
2015-04-14 10:41:32 +01:00
Michael Robinson
533325c39d Addresses #44 2015-02-23 08:45:25 +13:00
Michael Robinson
fe6e9812b0 Merge pull request #45 from tirkarthi/patch-1
Added clarification to use bash
2015-02-18 19:42:58 +13:00
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.
2015-02-18 11:32:19 +05:30
Michael Robinson
3d5beea5c3 Merge pull request #41 from hkliya/patch-1
Update README.mkd
2015-01-30 08:29:38 +13:00
Seaborn Lee
a23ad43188 Update README.mkd
Fix the path.
2015-01-29 21:16:11 +08:00
Michael Robinson
c3e7668fbb Merge pull request #40 from bfred-it/osx-install-fix
Fixed: installation on OS X fails
2015-01-27 08:41:52 +13:00
Federico Brigante
8970e71d50 Fixed: installation on OS X fails 2015-01-23 23:38:46 +01:00
Michael Robinson
89b85d88cc Use -f instead of -e option for readlink to
Fixed #38
2015-01-09 08:38:59 +13:00
Michael Robinson
d76af3c076 Update README.mkd 2014-12-10 10:06:52 +13:00
Michael Robinson
5f13490bae Reverted 9e710593e3 2014-12-09 15:53:40 +13:00
Michael Robinson
1be4a54048 Merge pull request #35 from wgallios/master
Created simple install sh script
2014-12-09 15:52:38 +13:00
Michael Robinson
7446059f63 Merge pull request #31 from maksimr/patch-1
fix:Add autosuggest to highlighters list only once
2014-12-09 15:45:18 +13:00
Michael Robinson
71a7154815 Removed "unmaintained" message! 2014-12-09 15:39:55 +13:00
William Gallios
9e710593e3 updates to readme 2014-11-21 13:59:25 -08:00
William Gallios
0d9aabedb2 updated readme for new install script 2014-11-21 13:54:47 -08:00
William Gallios
32fb7930d8 created simple install script 2014-11-21 13:51:19 -08:00
Thiago de Arruda
0d36d4ccdd Add alpha-quality software warning 2014-11-05 07:51:26 -03:00
Thiago de Arruda
cbb0963896 Merge pull request #34 from CoolOppo/patch-1
Removed Shelr demo link because it died
2014-10-01 23:22:01 -03:00
CoolOppo
683b48b644 Removed Shelr demo link because it died 2014-10-01 21:20:52 -04:00
Thiago de Arruda
85739dbe76 Disable autosuggestion server startup.
The server is not working even in zsh5. Disable it until fixed.
2014-09-22 10:08:24 -03:00
Maksim Ryzhikov
6dbb419a7a fix:Add autosuggest to highlighters list only once 2014-08-11 10:26:39 +04:00
Thiago de Arruda
bd11c34e84 Merge pull request #16 from piecioshka/master
Create automatic command for plugin setup
2014-03-14 08:03:20 -02:00
Thiago de Arruda
0cc05bd08e Merge pull request #20 from mihaisucan/master
add a config for RIGHT arrow to accept the suggestion, like in fish
2014-03-14 08:02:05 -02:00
Mihai Sucan
824b9be13f add autosuggestions.plugin.zsh to get this repo working with antigen 2014-02-25 22:45:29 +02:00
Mihai Sucan
1cbd78c850 add a config for RIGHT arrow to accept the suggestion, like in fish 2014-02-23 22:54:31 +02:00
Thiago de Arruda
ebe4cf251a Merge pull request #17 from ajkaanbal/master
Suspend autosuggest on 'history-substring-search-up' and 'history-substr...
2014-02-18 12:11:14 -02:00
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) 2014-01-31 08:58:28 -06:00
piecioshka
5dff7a69f1 start label with big letter 2014-01-25 23:49:29 +01:00
piecioshka
c5567cf371 add label for zsh-autosuggestions 2014-01-25 23:47:40 +01:00
piecioshka
b18f01a256 fix end of file 2014-01-25 23:44:37 +01:00
tarruda
a29e838cdf Merge pull request #11 from dreadatour/master
Add plugin config variables
2013-12-04 15:31:36 -08:00
Vladimir Rudnyh
48f03e2b0c Suspend autosuggest on 'history-beginning-search-backward' and 'history-beginning-search-forward' commands 2013-12-04 23:07:24 +04:00
Vladimir Rudnyh
ea19b7bcf8 Add highlight color config variables 2013-12-03 23:45:56 +04:00
Vladimir Rudnyh
196cfa0eb0 Remove spaces at the end of lines 2013-12-03 23:25:52 +04:00
Thiago de Arruda
8af98f7d29 Validate original widget name when restoring on
autosuggest-pause
2013-11-08 11:49:33 -03:00
Thiago de Arruda
6ddbde147f Fixed syntax highlight in README code snippet 2013-11-08 08:24:02 -03:00
Thiago de Arruda
7d737e3cc8 Fixed accept-line and motion widgets integration
with zsh-syntax-highlighting
2013-11-08 08:20:57 -03:00
Thiago de Arruda
a0d6493f34 Update documentation 2013-11-07 20:17:10 -03:00