diff options
Diffstat (limited to '')
-rw-r--r-- | cheat/.cheat/vim | 4 |
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 |