Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. d<n>d
  2.  
  3. p
  4.  
  5. d3d
  6. p
  7.  
  8. one
  9. two
  10. three
  11.  
  12. "qdd
  13. "Qdd
  14. "Qdd
  15.  
  16. "qp
  17.  
  18. :x,yd
  19.  
  20. :,yd
  21.  
  22. noremap dd "Ddd "Appends the contents of the current line into register d
  23. noremap p "dp:let @d=""<CR> "Pastes from register d and then clears it out
  24.  
  25. noremap p "dp "Paste from register d
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement