diff --git a/.gitignore b/.gitignore index 1bd03e8c..a07af480 100644 --- a/.gitignore +++ b/.gitignore @@ -2,5 +2,4 @@ !cmd/micro binaries/ tmp.sh -micro test/ diff --git a/README.md b/README.md index b0fdc910..abc33954 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ To see more screenshots of micro, showcasing all of the default colorschemes, se * Easily configurable * Common editor things such as undo/redo, line numbers, unicode support... -Although not yet implemented, I hope to add more features such as autocompletion, and multiple cursors in the future. +Although not yet implemented, I hope to add more features such as autocompletion ([#174](https://github.com/zyedidia/micro/issues/174)), and multiple cursors ([#5](https://github.com/zyedidia/micro/issues/5) in the future. # Installation