Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
undefined | Better HN
0 points
addicted
2y ago
0 comments
Share
You’re missing the double quote before the ‘d’ which means you’re talking about a register.
0 comments
default
newest
oldest
CoastalCoder
2y ago
Ah, thanks. You're right, my brain parsed the gp's comment as simply "dyy".
Schiphol
2y ago
Just for completion, `dd` deletes the current line in vim. I'm not sure what `dyy` should do, if anything.
duskwuff
2y ago
> I'm not sure what `dyy` should do, if anything.
Currently, nothing. `y` isn't a defined motion.
tmtvl
2y 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).
j
/
k
navigate · click thread line to collapse