Hacker News new | ask | show | jobs
by arunmp 2914 days ago
copy a line using <Esc>1 yy and past simply <Esc> p
1 comments

You don't need the 1; `yy` or `Y` in normal mode is enough to copy the whole current line.