Hey, back in the late 90s I bought a laptop from a reputable seller and had literally no idea who the manufacturer was. Was a pretty good laptop for the era too. The badge on the back of the monitor said “Notebook”.
I had to put the product ID code on the bottom into an online search engine - possibly very early Google - to find out it was made by Taiwanese company called Kapok.
Kind of wish I still had it, but I donated it to a good cause years ago.
Ctrl-
/
… and if you don’t like that horrible subversion of what a
vi
-user might expect to be the search feature*, there’s also Meta-G
, which is slightly more similar tovi
’s usage.You can also
nano +L[,C] filename
on the command line replacingL
andC
with respective line and column number, which I believe is a feature borrowed fromvi
.*The search feature is Ctrl-
W
for “where is”. Firefox users use this in the wrong window at their peril (it closes the current window). Find and replace is on Ctrl-\
, which is even more of a subversion.I can use
vi
, but still prefernano
.