Earlier quoted context omitted.
In any large-ish organization, you probably don't do this on a production machine. You absolutely do not do it if you aren't the person (or on the team) who will get called/paged if it breaks, or you're probably risking your job if the package manager goes sideways or you flub it up and let the package manager throw in a couple of extra upgrades or whatever.
So you ask that team to install Emacs (because you're less likely to mess up config with a proper/familiar editor) and they just say no, forever?
GNU Nano 4.0
151–154 of 154 posts
Re: GNU Nano 4.0
#152Earlier quoted context omitted.
You're assuming Linux. BSD distributions don't install nano by default. vi is a mandatory POSIX utility, nano is not.
This doesn't help the problem of knowing what to type on any system up-front, but fwiw, FreeBSD ships with a nano-like editor in the base install, ee(1).
Re: GNU Nano 4.0
#153Earlier quoted context omitted.
It is not a human cognition problem. It's a motivation problem. Lack of motivation to take a few minutes to learn a keyboard command that will save you orders of magnitude more time in the future than you spend learning it. With the GUI version, what do you have to learn in emacs? In gvim, you have to learn how to switch between normal and insert mode, but I can't think of anything else basic that can't be done in th…
I believe this discussion is a part of a wider cultural gap and differences in understanding. I have been researching these differences for a decade or two now, and would like to understand them better. That's why I would like to understand where you're coming from. First, I'd like to verify: Do you think motivation isn't a human cognition problem? Second, it appears to me you are making a wide array of assumptions a…
Re: GNU Nano 4.0
#154Earlier quoted context omitted.
Vi is ubiquitous. Vim is not.
Nope. vi almost doesn't exist. Most distros just use vim in a vi mode (or vim.tiny, same thing). Just because the command is "vi" to invoke doesn't mean anything.
Also, do Macs come with vim?