From 1e2b0e04eb457fe0ce29576006357fbd3f4d7a4b Mon Sep 17 00:00:00 2001
From: neodarz <neodarz@neodarz.net>
Date: Sun, 5 Aug 2018 11:08:13 +0200
Subject: Add cheat for vim

---
 cheat/.cheat/vim | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/cheat/.cheat/vim b/cheat/.cheat/vim
index 2a7ad86..e56d394 100644
--- a/cheat/.cheat/vim
+++ b/cheat/.cheat/vim
@@ -70,3 +70,7 @@ d{motion}       delete text that {motion} moves over
 3. Move Up / Down to select the columns of text in the lines you want to comment.
 4. Then hit Shift + i and type the text you want to insert.
 5. Then hit Esc , wait 1 second and the inserted text will appear on every line.
+
+# Use normal copy pase
+`"`; `+` ; `y` <= yank
+`"`; `+` ; `p` <= paste
-- 
cgit v1.2.1