diff --git a/README.md b/README.md
index bf68c98..ce7382b 100644
--- a/README.md
+++ b/README.md
@@ -42,10 +42,33 @@ cd ~/Downloads/; curl -o init.vim https://raw.githubusercontent.com/plentiform/g
## Features
- File browser: `nt`
+
+![](gifs/nerdtree.gif)
+
- File search: Ctrl-`f`
-- Text search: `/` then type your search terms (find terms Enter, next `n`, previous `N`, clear highlight Ctrl-`l`)
+
+![](gifs/fzf.gif)
+
+- Text search: `/` then type your search terms (find terms Enter, next `n`, previous `N`, clear highlight Ctrl-`l`)
+
+![](gifs/text_search.gif)
+
- Go to definition: `gd` (traverse back with Ctrl-`o`)
+
+![](gifs/go_def.gif)
+
- Method and property completion (cycle forward: Tab, cycle backward Shift-Tab, select Enter)
+
+![](gifs/ncm2.gif)
+
- Snippets / shortcuts (next input Ctrl-`j`, previous input Ctrl-`k`)
+
+![](gifs/snippets.gif)
+
- Debugger
+
+![](gifs/debugger.gif)
+
- Auto imports and tab formatting
+
+![](gifs/imports.gif)
diff --git a/gifs/debugger.gif b/gifs/debugger.gif
new file mode 100644
index 0000000..f846f94
Binary files /dev/null and b/gifs/debugger.gif differ
diff --git a/gifs/fzf.gif b/gifs/fzf.gif
new file mode 100644
index 0000000..f531d62
Binary files /dev/null and b/gifs/fzf.gif differ
diff --git a/gifs/go_def.gif b/gifs/go_def.gif
new file mode 100644
index 0000000..05d7607
Binary files /dev/null and b/gifs/go_def.gif differ
diff --git a/gifs/imports.gif b/gifs/imports.gif
new file mode 100644
index 0000000..2ac504b
Binary files /dev/null and b/gifs/imports.gif differ
diff --git a/gifs/ncm2.gif b/gifs/ncm2.gif
new file mode 100644
index 0000000..6b4cc4c
Binary files /dev/null and b/gifs/ncm2.gif differ
diff --git a/gifs/nerdtree.gif b/gifs/nerdtree.gif
new file mode 100644
index 0000000..22bcf25
Binary files /dev/null and b/gifs/nerdtree.gif differ
diff --git a/gifs/snippets.gif b/gifs/snippets.gif
new file mode 100644
index 0000000..4bd5897
Binary files /dev/null and b/gifs/snippets.gif differ
diff --git a/gifs/text_search.gif b/gifs/text_search.gif
new file mode 100644
index 0000000..7b9d686
Binary files /dev/null and b/gifs/text_search.gif differ