Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

copy paste keys vim

yy		copy current line into storage buffer
[“x]yy	Copy the current lines into register x
p		paste storage buffer after current line
P		paste storage buffer before current line
[“x]p	paste from register x after current line
[“x]P	paste from register x before current line
 
PREVIOUS NEXT
Tagged: #copy #paste #keys #vim
ADD COMMENT
Topic
Name
8+2 =