General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Lawrence D’Oliveiro
Luke Smith
comments
Comments by "Lawrence D’Oliveiro" (@lawrencedoliveiro9104) on "A Vid in which Vim Saves Me Hours u0026 Hundreds of Clicks" video.
1:31 pdfinfo (part of the poppler-utils package) will show info about PDF files such as titles. But these don’t always match the text you see on the title page of the document.
21
5:05 Can you not use uparrow to bring back previous items in the command history? You can in Emacs.
4
2:17 I defined a custom “make-shell-buffer” command in my Emacs prefs https://github.com/ldo/emacs-prefs which gives me an interactive window where I can execute arbitrary shell commands and get back their output as editable text in the buffer.
4
Like I said, my condolences.
3
7:55 Emacs has built-in online help, available from CTRL-H. For example, CTRL-H followed by A is “apropos”, where you can find relevant functions by keyword, CTRL-H C lets you get information about key bindings, etc.
2
Not necessarily accurate -- see my comment on pdfinfo.
1
Not necessarily accurate -- see my comment on pdfinfo.
1
AppleScript ... my condolences. (I used to be a fan of it back in the 1990s.)
1
After doing it for some years, I came to the conclusion that trying to script GUI apps is a waste of time. The Linux approach is to provide the command-line functionality, then put the GUI as a separate layer on top of that. If you want to automate functions, you skip the GUI and do it at the command line. Much more efficient and reliable, with much less stuffing around.
1
Most of the ones on Linux are.
1
Any equivalent to “apropos”?
1