Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
addicted
2y ago
0 comments
Save
Share
You’re missing the double quote before the ‘d’ which means you’re talking about a register.
0 comments
4 comments · 1 top-level
top
newest
oldest
CoastalCoder
2y ago
· 3 in thread
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