aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2018-08-05 11:08:13 +0200
committerneodarz <neodarz@neodarz.net>2018-08-05 11:08:13 +0200
commit1e2b0e04eb457fe0ce29576006357fbd3f4d7a4b (patch)
treefa6529417c3dadadbf2d45d8c264e7c6c823cb2f
parente65c4781b46a41539dccbfdb23250d28bdc8ed17 (diff)
downloaddotfiles_ascii-1e2b0e04eb457fe0ce29576006357fbd3f4d7a4b.tar.xz
dotfiles_ascii-1e2b0e04eb457fe0ce29576006357fbd3f4d7a4b.zip
Add cheat for vim
-rw-r--r--cheat/.cheat/vim4
1 files changed, 4 insertions, 0 deletions
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