Commit graph

117 commits

Author SHA1 Message Date
Eric Freese
cd71081303 bump version v0.2.4 2016-02-14 01:08:21 -07:00
Eric Freese
9788c2ee49 Fix deprecation warnings. 2016-02-14 01:07:05 -07:00
Eric Freese
ebcfc46b72 Comment formatting 2016-02-14 00:29:43 -07:00
Eric Freese
b49d002888 [README] Add example of minimal .zshrc. 2016-02-13 23:53:32 -07:00
Eric Freese
266437c98a bump version v0.2.3 2016-02-13 23:47:24 -07:00
Eric Freese
51b39e210e Bound widgets now handle arguments correctly 2016-02-13 23:46:34 -07:00
Eric Freese
011f5420fc Version bump v0.2.2 2016-02-13 21:15:33 -07:00
Eric Freese
1a38fbf6a5 [README] Add note about workaround for bpm bug. 2016-02-13 21:14:59 -07:00
Eric Freese
31452887d2 [Test] Add tests widgets 2016-02-13 14:13:21 -07:00
Eric Freese
cf146b6696 [Test] Clean up highlight tests 2016-02-13 14:13:21 -07:00
Eric Freese
74197498fc [Test] Add stub.sh from ericfreese/stub.sh for stubbing/mocking. 2016-02-13 14:13:21 -07:00
Eric Freese
abe577d519 Fix build 2016-02-13 14:13:21 -07:00
Eric Freese
0ae5907294 [README] Add note about Oh My Zsh paste bug. 2016-02-13 09:59:16 -07:00
Eric Freese
03bd381112 Add .plugin file and installation instructions for Oh My Zsh (#104). 2016-02-07 15:35:54 -07:00
Eric Freese
00bd0e9125 Use add-zsh-hook to remove need to call autosuggest_start. 2016-02-07 15:35:43 -07:00
Eric Freese
48d2dc1091 Remove absolute link in readme. 2016-02-07 14:50:00 -07:00
Eric Freese
f154d25fb3 Fix typo when setting up autosuggest-clear widget. 2016-02-07 08:58:09 -07:00
Eric Freese
e91db46ce0 Add Development section to README (#106) 2016-02-07 08:52:52 -07:00
Eric Freese
28836f15c5 Test script should be a .zsh file instead of .sh 2016-02-07 08:52:34 -07:00
Eric Freese
0dd1b7febb Add Troubleshooting section to README 2016-02-07 08:52:07 -07:00
Eric Freese
6a4b2b3865 Update README 2016-02-06 21:57:34 -07:00
Eric Freese
3449ae505c Merge pull request #91 from tarruda/v0.1.x
Cleanup
2016-02-06 21:15:47 -07:00
Eric Freese
775dd20706 Rewrite 2016-02-06 21:05:02 -07:00
Michael Robinson
7dc9e0f926 Merge pull request #85 from ericfreese/issue-84
Restore standard widgets to fix segfault when re-sourcing autosuggestions.zsh
2016-01-21 10:05:00 +13:00
Eric Freese
8777836a1c Restore standard widgets to fix segfault when re-sourcing autosuggestions.zsh 2016-01-20 02:26:36 -07:00
Michael Robinson
7a00bfa444 Merge pull request #83 from sorin-ionescu/patch-1
Accept vi-end-of-line
2015-11-24 22:12:56 +13:00
Sorin Ionescu
0ad9525955 Accept vi-end-of-line 2015-11-23 22:15:52 -05:00
Michael Robinson
ec1d251dad Merge pull request #76 from thorerik/patch-1
Avoid bell on all keysrtokes
2015-11-19 09:37:49 +13:00
Michael Robinson
b1725e9e74 Merge pull request #74 from reinhrst/master
fix for AUTOSUGGESTION_ACCEPT_RIGHT_ARROW in vi-mode
2015-11-09 09:47:41 +13:00
Thor Erik
c044d06f70 Avoid bell on all keysrtokes
Due to using a forked version of zsh-syntax-highlighting, you also get along the bug that causes a [bell on every keystroke][1], using zsh-users/zsh-syntax-highlighting instead I avoided this bug.

[1]: https://github.com/zsh-users/zsh-syntax-highlighting/issues/200
2015-10-16 09:06:03 +02:00
Claude
fc4576758c fix for AUTOSUGGESTION_ACCEPT_RIGHT_ARROW in vi-mode 2015-09-18 13:13:09 +02:00
Michael Robinson
cbaf7ced6e Merge pull request #68 from a-x-/support-OMZ
Support OMZ
2015-07-16 12:24:34 +12:00
Alexander Mekhonoshin (invntrm)
07165cd3ec Add symlink for OMZ compatibility 2015-07-14 11:11:41 +03:00
Michael Robinson
dde838c226 Merge pull request #63 from jirutka/patch-7 2015-05-23 12:41:27 +12:00
Jakub Jirutka
a796ce5bdb Readme: extend section Known issues (closes #14) 2015-05-23 01:57:51 +02:00
Michael Robinson
40a8d73054 Merge pull request #61 from jirutka/patch-6
LGTM!
2015-05-22 13:24:51 +12:00
Jakub Jirutka
6de948c9c5 Add widget autosuggest-execute-suggestion
It basically means this: go to the end of line (i.e. accept the
suggestion) and then hit enter.
2015-05-22 00:54:27 +02:00
Michael Robinson
c6afbaf254 Merge pull request #60 from jirutka/patch-5
Improve readme
2015-05-22 09:37:48 +12:00
Jakub Jirutka
47283c2619 Update readme 2015-05-21 20:23:09 +02:00
Jakub Jirutka
f090f609ac Rename LICENSE-MIT to LICENSE
LICENSE (optionally with an file extension) is a common file name for
the license file.
2015-05-21 18:09:33 +02:00
Jakub Jirutka
08f3b3148d Rename README.mkd to README.md
.md is a preferred file extension for Markdown files.
2015-05-21 18:06:38 +02:00
Michael Robinson
8d29045ffb Merge pull request #59 from jirutka/patch-4
Fix indentation in autosuggest-backward-delete-char()
2015-05-21 11:11:53 +12:00
Jakub Jirutka
bbd5300d60 Fix indentation in autosuggest-backward-delete-char() 2015-05-21 01:08:17 +02:00
Michael Robinson
5b23a17241 Merge pull request #58 from jirutka/patch-3 2015-05-20 11:13:48 +12:00
Michael Robinson
2d5ac282a9 Merge pull request #57 from jirutka/patch-2
Fix and unify formatting and code-style
2015-05-19 08:57:14 +12:00
Jakub Jirutka
62af373a59 Fix highlighting for paths completion using Tab 2015-05-18 16:33:50 +02:00
Jakub Jirutka
258e06c9ab Fix and unify formatting and code-style 2015-05-18 14:51:21 +02:00
Jakub Jirutka
f860711cc5 Add .editorconfig
See http://www.editorconfig.org/
2015-05-18 14:49:56 +02: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