Y
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
Xophmeister
2914 days ago
You don't need the 1; `yy` or `Y` in normal mode is enough to copy the whole current line.
link