0
votes
1answer
136 views

Vim: make text go red or screen flash after 80 column mark?

Is there a way to make Vim warn me after a line has exceeded n characters? Something simple like a screen flash or the text go bold red or something. !! Bonus points if n can be made a variable ...
0
votes
1answer
62 views

pathogen plugin installation alternative syntax

I was looking for some syntax highlighting goodness for handlebars in vim and the installation instructions say to do this... cd ~/.vim/ git submodule add git://github.com/nono/vim-handlebars.git ...
1
vote
2answers
65 views

ingore autoindent in vim for one carriage return

I am trying to figure out how to map the keys <shift><cr> to ignore smart indention for one carriage return in vim. Is there an easy way to do this?
2
votes
4answers
483 views

I'm trying to customize my text editor and terminal. Is it possible to use non-monospaced fonts without the horrible results?

I want to experiment with all fonts, including those that aren't mono-spaced. I understand the reason for using monospaced fonts, but frankly they don't seem legitimate to me. For instance, one ...
0
votes
1answer
678 views

How do you change the background color for errors in Xoria256 VIM color scheme?

I am wondering how to change the red background color for errors in the Xoria 256 color scheme for VIM. I just can not seem to find which part to change. UPDATE The only way I can get the red ...