[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: colored text in vi, ls etc.
- To: Holzman Mordechai <vvmoti(at-nospam)wisorg.weizmann.ac.il>
- Subject: Re: colored text in vi, ls etc.
- From: mulix <mulix(at-nospam)actcom.co.il>
- Date: Thu, 5 Jul 2001 11:29:52 +0300 (IDT)
- Cc: <linux-il(at-nospam)linux.org.il>
- Delivered-To: linux.org.il-linux-il@linux.org.il
- In-Reply-To: <Pine.SGI.4.10.10107041329080.18551-100000@wisorg.weizmann.ac.il>
- Sender: linux-il-bounce(at-nospam)cs.huji.ac.il
On Wed, 4 Jul 2001, Holzman Mordechai wrote:
> I am running RedHat 7.1 and the Gnome or KDE X interface. I notice that in
> many applications, my text is color coded. This happens in vi,
i'll leave vi to the vi users.
> a simple
> ls command
run 'alias', and you'll see something along the lines of
ls (ls --color -F)
simply unalias(1) ls, or if you want something fancier, change the
ls alias line in you .bashrc, .cshrc, /etc/bashrc, /etc/csh.cshrc.
> and emacs. How do I turn off the color coding? Thanks for any
M-x font-lock-mode turns syntax highlighting on and off in the current
buffer. Use the menus or add some e-lisp code to your .emacs file for
permanent effects.
--
mulix
http://www.advogato.com/person/mulix
linux/reboot.h: #define LINUX_REBOOT_MAGIC1 0xfee1dead
=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il