Skip to main content
Improved formatting
Source Link
Arslan Ali
  • 17.9k
  • 9
  • 64
  • 85

yyyy

will yank the current line without deleting it

dddd

will delete the current line

pp

will 'put'put a line grabbed by either of the previous methods

yy

will yank the current line without deleting it

dd

will delete the current line

p

will 'put' a line grabbed by either of the previous methods

yy

will yank the current line without deleting it

dd

will delete the current line

p

will put a line grabbed by either of the previous methods

Source Link
pjz
  • 43.4k
  • 6
  • 54
  • 60

yy

will yank the current line without deleting it

dd

will delete the current line

p

will 'put' a line grabbed by either of the previous methods