Commit Graph

91 Commits (0ad9525955f715198a4817f7eefa664032094a13)
 

Author SHA1 Message Date
Sorin Ionescu 0ad9525955 Accept vi-end-of-line
Michael Robinson ec1d251dad Merge pull request from thorerik/patch-1
Avoid bell on all keysrtokes
Michael Robinson b1725e9e74 Merge pull request from reinhrst/master
fix for AUTOSUGGESTION_ACCEPT_RIGHT_ARROW in vi-mode
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
Claude fc4576758c fix for AUTOSUGGESTION_ACCEPT_RIGHT_ARROW in vi-mode
Michael Robinson cbaf7ced6e Merge pull request from a-x-/support-OMZ
Support OMZ
Alexander Mekhonoshin (invntrm) 07165cd3ec Add symlink for OMZ compatibility
Michael Robinson dde838c226 Merge pull request from jirutka/patch-7
Jakub Jirutka a796ce5bdb Readme: extend section Known issues (closes )
Michael Robinson 40a8d73054 Merge pull request from jirutka/patch-6
LGTM!
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.
Michael Robinson c6afbaf254 Merge pull request from jirutka/patch-5
Improve readme
Jakub Jirutka 47283c2619 Update readme
Jakub Jirutka f090f609ac Rename LICENSE-MIT to LICENSE
LICENSE (optionally with an file extension) is a common file name for
the license file.
Jakub Jirutka 08f3b3148d Rename README.mkd to README.md
.md is a preferred file extension for Markdown files.
Michael Robinson 8d29045ffb Merge pull request from jirutka/patch-4
Fix indentation in autosuggest-backward-delete-char()
Jakub Jirutka bbd5300d60 Fix indentation in autosuggest-backward-delete-char()
Michael Robinson 5b23a17241 Merge pull request from jirutka/patch-3
Michael Robinson 2d5ac282a9 Merge pull request from jirutka/patch-2
Fix and unify formatting and code-style
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