diff options
author | neodarz <neodarz@neodarz.net> | 2018-08-05 11:08:13 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2018-08-05 11:08:13 +0200 |
commit | 1e2b0e04eb457fe0ce29576006357fbd3f4d7a4b (patch) | |
tree | fa6529417c3dadadbf2d45d8c264e7c6c823cb2f | |
parent | e65c4781b46a41539dccbfdb23250d28bdc8ed17 (diff) | |
download | dotfiles_ascii-1e2b0e04eb457fe0ce29576006357fbd3f4d7a4b.tar.xz dotfiles_ascii-1e2b0e04eb457fe0ce29576006357fbd3f4d7a4b.zip |
Add cheat for vim
-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 |