diff --git a/README.md b/README.md
index 9fff9a93be7c9a22a43be59df83b22215ef8b585..3c784cea864c34309cc3276fd98f1b7e4a63614b 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ Take a look at [TL;DR](#tldr) to start using it immediatly.
 * [x] Stage part of hunks, by visual select, lines or selecting bunch of lines with marks.
 * [x] Start to write the commit message in one key press, commit also in one key press.
 * [x] Modify in line the content just before staging it.
-* [x] Visualize stashes. Apply, pop, drop are on going.
+* [x] Move easily through hunks.
 * [x] Add file to .gitignore file.
 * [ ] Chase all corner cases. Please remember that vimagit is at an early development stage. If you try vimagit and nothing is working, please don't throw it, fill an [issue](https://github.com/jreybert/vimagit/issues/new) on github :heart: !
 
@@ -32,6 +32,7 @@ More to come:
 * Handle multiple git repositories within one vim session.
 * Stage multiple hunks or file by visually selecting them.
 * Go through history, cherry-pick changes.
+* Handle stash: add, pop, apply, drop...
 * Vizualize and checkout branches.
 * Something is missing? Open an [issue](https://github.com/jreybert/vimagit/issues/new)!
 
diff --git a/doc/vimagit.txt b/doc/vimagit.txt
index fb6576d15a9c4c4b83e4985030aafee131f821f9..de2de0bc5e12475abe1b9ff0295e931ce75f15cd 100644
--- a/doc/vimagit.txt
+++ b/doc/vimagit.txt
@@ -239,23 +239,23 @@ Following mappings are set locally, for magit buffer only, in normal mode.
             If in commit section, commit the all staged changes in commit mode
             previously set.
 
-                                    *vimagit-CA*     *magit#commit_command('CA')*
+                                    *vimagit-CA*      *magit#commit_command('CA')*
                                     *vimagit-g:magit_commit_amend_mapping*
   CA        If not in commit section, set commit mode to "Amend commit" and
             show "Commit message" section with previous commit message.
             If in commit section, commit the staged changes in commit mode
             previously set.
 
-                                    *vimagit-CF*     *magit#commit_command('CF')*
+                                    *vimagit-CF*      *magit#commit_command('CF')*
                                     *vimagit-g:magit_commit_fixup_mapping*
   CF        Amend the staged changes into the previous commit, without
             modifying previous commit message
 
-                                    *vimagit-I*            *magit#ignore_file()*
+                                    *vimagit-I*              *magit#ignore_file()*
                                     *vimagit-g:magit_ignore_mapping*
   I         Add the file under the cursor in .gitgnore
 
-                                    *vimagit-R*          *magit#update_buffer()*
+                                    *vimagit-R*            *magit#update_buffer()*
                                     *vimagit-g:magit_reload_mapping*
   R         Refresh magit buffer.
 
@@ -263,7 +263,7 @@ Following mappings are set locally, for magit buffer only, in normal mode.
                                     *vimagit-g:magit_close_mapping*
   q         close magit buffer.
 
-                                    *vimagit-h*            *magit#toggle_help()*
+                                    *vimagit-h*              *magit#toggle_help()*
                                     *vimagit-g:magit_toggle_help_mapping*
   h         Toggle help showing in magit buffer