Tagged Questions
1
vote
1answer
243 views
Unwanted text highlighting in Vim latex-suite
I have installed vim latex-suite. Whenever I type$$ to get inside math mode, as a side effect, it also highlights the last search term using /exp. What has caused this and how can I avoid this ...
3
votes
1answer
156 views
Is there a Vim syntax file for ANSI-colored output of CLI apps?
I have quite a lot of Perl scripts which print colored output to the terminal, using Term::ANSIColor. This is the same as when a shell script does e.g.
echo -e '\e[1;31mError:\e[0m Your fault.'
...
4
votes
1answer
11k views
Where to get Kate color schemes?
Does anyone know where one could find some good Kate color schemes for syntax highlighting?
The only ones that I found that work fine are zenburn and mdark.
Besides those two, I couldn't find ...