|
nyy
|
Copy n entire line(s) to buffer
|
|
nyw
|
Copy n words to buffer
|
|
nyl
|
Copy next n characters to the
buffer
|
|
y$
|
Copy from cursor to end of line
|
|
yG
|
Copy from current line to end of file
|
|
ndd
|
Delete/Cut n lines from file
to buffer
|
|
ndw
|
Delete/Cut n words from file
to buffer
|
|
ndl
|
Delete/Cut next n characters
from file to buffer
|
| d$ |
Delete/Cut from cursor to end of line |
| dG |
Delete/Cut from current line to end of file |
| p |
Paste current buffer below current line or
after cursor |
| P |
Paste current buffer above current line or
before cursor |
| nx |
Delete/Cut n charaters to the right
of cursor |
| nX |
Delete/Cut n characters before cursor
position |