Commit Graph
10 Commits
Author SHA1 Message Date
Jakub Jirutka a796ce5bdb Readme: extend section Known issues (closes #14) 2015-05-23 01:57:51 +02: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
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
Jakub Jirutka bbd5300d60 Fix indentation in autosuggest-backward-delete-char() 2015-05-21 01:08:17 +02: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
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