Skip to content

Comment on Learn Vim Progressively

Comments

Very cool ... but why teach paste before cut/copy?

Because vim's paste command, p, will paste what was last removed with a command (such as d or c). Although you're not explicitly told that d and y are analogous to cut and copy, after learning the mechanics of p, each command you learn adds a new (and powerful!) mechanic which doesn't have a parallel in the normal cut/copy/paste model.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.