General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Lawrence D’Oliveiro
ThePrimeagen
comments
Comments by "Lawrence D’Oliveiro" (@lawrencedoliveiro9104) on "Why I use Vim in 2022" video.
Emacs is great on Linux. I keep it running all the time. I also have the following alias defined: alias e='emacsclient -n' That way, in any terminal window, I can type e «filename» to immediately open that file in the running Emacs.
1
vim is the only family of editors with separate commands for inserting text before the current position versus after the current position. Normal editors (including the GUI ones) do their insertion at the current position.
1
A great environment for doing “scratchpad” programming is Jupyter. The notebook paradigm supports incremental cell execution with multiple lines of code per cell, and rich output with interactive GUI widgets as well. I have done several presentations using Jupyter notebooks, and they are also handy for publishing examples that users can not just passively view, but also actively interact with.
1