Home > line-number-yank

line-number-yank

Line-number-yank is a project mainly written in Vim Script, it's free.

yank lines with line number

This is a mirror of http://www.vim.org/scripts/script.php?script_id=2963

The script is used for yank lines with their line number. You can yank lines for specific range with their line number by key map y For example, the text from line 9 to 12 is like the follow:

line9 line10 line11 line12

if you specified text from line 9 to line 12 under visual mode, press y'. Then if you pressp', it would paste:

9 line9 10 line10 11 line11 12 line12

If the line number is larger than 999, the format would not that tidy.

Previous:neutron.vim