diff --git a/Editors/VIM-Keyboard.pdf b/Editors/VIM-Keyboard.pdf
new file mode 100644
index 0000000000000000000000000000000000000000..1e2961f3107f0c007bdd23ef6b62d88c15520540
Binary files /dev/null and b/Editors/VIM-Keyboard.pdf differ
diff --git a/Editors/Vim.md b/Editors/Vim.md
index f6f76c24c2e3d723be3648b15a5779e2f54c2ae6..ea1fcd2ce78e87e5879c84790688c9466a2a1f7c 100644
--- a/Editors/Vim.md
+++ b/Editors/Vim.md
@@ -3,6 +3,10 @@
 Is a great editor in the console
 As a Gui version there is also `gvim`
 
+Check out the handy References:
+- [VIM Keyboard DE](VIM-Keyboard.pdf)
+- [VIM Reference](VIM-Reference.pdf)
+
 # Configs
 ```
 filetype plugin indent on
@@ -51,4 +55,4 @@ or maybe
 # in .bashrc
 # fix for vim backspace
 stty erase '^?'
-```
\ No newline at end of file
+```