Y
Hacker News
new
|
ask
|
show
|
jobs
by
Schiphol
928 days ago
Just for completion, `dd` deletes the current line in vim. I'm not sure what `dyy` should do, if anything.
2 comments
duskwuff
928 days ago
> I'm not sure what `dyy` should do, if anything.
Currently, nothing. `y` isn't a defined motion.
link
tmtvl
928 days ago
Maybe it should remove the top item from the list of copied items? Assuming that vim has one of those (in Emacs parlance it's called the kill ring).
link
Currently, nothing. `y` isn't a defined motion.