diff --git a/README.md b/README.md
index a2d6c4a..a58f5b7 100644
--- a/README.md
+++ b/README.md
@@ -66,17 +66,20 @@ echo "Hello $USER!"
### VIM shortcuts
-| Command | Description |
-|:-----------------------:|:------------------------------------|
-| ,ff | Project files search by Telescope |
-| ,fg | Search words in project |
-| ,eh | Show hiden symbols like tabs |
-| ,l | Line number styles |
-| ,c | Highlight cursor line |
-| ,/ | Toggle search highlight |
-| ,`` | Close all without saving |
-| ,t | Tagbar |
-| ,r | Run script in new tab (python, go) |
+| Command | Description |
+|:-----------------------:|:----------------------------------------------------|
+| ,ff | Project files search by Telescope |
+| ,fg | Search words in project |
+| ,eh | Show hiden symbols like tabs |
+| ,l | Line number styles |
+| ,c | Highlight cursor line |
+| ,/ | Toggle search highlight |
+| ,`` | Close all without saving |
+| ,t | Tagbar |
+| ,r | Run script in new tab (python, go) |
+| ,nn | Toggle NerdTree |
+| ,nf | Toggle NerdTree focus |
+| ,ve | Open ~/.vimrc or ~/.config/nvim/init.vim in new tab |