You are not logged in.
Who needs ed, or even sed. Cat is what real men use! we can also assume coreutils will always be in [core]. There's even a related xkcd comic.
Offline
Who needs ed, or even sed. Cat is what real men use! we can also assume coreutils will always be in [core]. There's even a related xkcd comic.
Offline
I'm using vi-killer from https://seblu.net/a/seblu/x86_64/ -- it is just a symlink to vim.
Offline
The first thing I do when I install Arch is to remove vi ...
$ pacman -Qi vi
error: package 'vi' was not found
$ echo $EDITOR
nano
$ echo $VISUAL
vim ... and everything just work fine. However it's not a big deal having extra 340 KiB installed by default.
PS: Btw, I vote for the suggestion proposed by WorMzy ![]()
Offline
I will accept nano the day it stopps putting :wq's all over my files.
Offline
karol,
That's the one.
Awebb,
Whenever there's a talk involving nano and vi(m)? you complain about "random :wq string" in your files. ![]()
Offline
I will accept nano the day it stopps putting :wq's all over my files.
emacs has the same bug ![]()
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Offline
emacs has the same bug
[workaround]Add (evil-mode t) to your ~/.emacs[/workaround]
[better workaround]alias emacs="vim"[/better workaround]
hahaha -- I'm joking yet I like emacs too
Offline
I didn't know emacs included a text editor ![]()
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline