Live data from Hacker News

Vim PDF Documentation

nathangrigg.net

21–30 of 54 posts

Re: Vim PDF Documentation

#23

Sorry to be that guy, but it should at least point out it's also accessible with :help within vim.

The OP knows this already. He stated it in his blog post:

> Vim’s documentation is incredibly complete and very useful. Unfortunately, it makes heavy use of cross references, and the cross references only work with Vim’s internal help viewer. I have no qualms about reading a reference document, but I would strongly prefer to do this kind of reading reclining on a couch with an iPad, rather that Control+F-ing my way through a read-only Vim buffer.

Re: Vim PDF Documentation

#25
post #16

Earlier quoted context omitted.

2567 A4 pages in my PDF viewer. Quite neat. Honest question: why PDF? From within Vim one uses :help and the internal hyperlinks. What do people here think the value added of the PDF is? I won't be printing it!

> why PDF? I wanted to ask the exact question. Nobody sits down and read it from the beginning, and without links, there is no point of a PDF.

PDFs have links, including this one!

> The files are fully cross referenced using interal hyperlinks

Re: Vim PDF Documentation

#27
post #4

Not too many pieces of software out there that can say their software is so well-documented, it almost takes up 3000 pages.

Is help documentation almost 3000 pages or is the source almost 3000 pages? :D

Help documentation. I am honestly a little shocked by the length, I knew the docs were exceptional, but surprised by how long they are.

Re: Vim PDF Documentation

#28
post #17

It is amazing how much I rely on Vim on a daily basis and yet how small a proportion of it I actually know.

Same. I use d$ (i.e. d and the movement command $) to delete to the end of the line. Apparently you can just use D. Also, I didn't even know you could do N | to move the the Nth column (e.g. 30| moves to the 30th column).

Re: Vim PDF Documentation

#29
I have read the introducing blog post. I also appreciate the effort the author put into this, which will be useful for others. However, I think using an SSH client on a tablet to connect to a machine with Vim and reading `:help` from there would have been a better practice of Vim.
Post reply on HN