diff --git a/README.md b/README.md index c7944f1..78438e8 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,7 @@ This vim plugin allows toggling bookmarks per line. A quickfix window gives access to all bookmarks. Annotations can be added as well. These are special bookmarks with a comment attached. They are useful for preparing code reviews. All bookmarks will be restored on the next startup. -![Screenshot](https://raw.github.com/MattesGroeger/vim-bookmarks/master/screenshot.png) - -1. Bookmarks are indicated in sign column -2. Navigate all bookmarks via quickfix window +![Preview](https://raw.github.com/MattesGroeger/vim-bookmarks/master/preview.gif) #### Bright Colors Example diff --git a/preview.gif b/preview.gif new file mode 100644 index 0000000..84ce957 Binary files /dev/null and b/preview.gif differ diff --git a/screenshot.png b/screenshot.png deleted file mode 100644 index 72075e5..0000000 Binary files a/screenshot.png and /dev/null differ