I use vim for my HTML too
Actually, Composer is the html editor...![]()
![]()
Actually, Composer is the html editor...
I don't know. I use mutt and mutt uses vim.![]()
I use vim for my HTML too
Actually, Composer is the html editor...![]()
![]()
that works .. thx
Try adding this line to your .vimrc file:
If this doesn't work, then it's probably your terminal. Do this command: export TERM=xterm-color and go back into vim. Tell me ifyou see colors![]()
Well, up until I found Composer, I did too. But Composer is very nice for roughing in a page. What I do is set it up in composer and the do all the fine tunning in my editor. The old NS Composer alowed you to assign an external editor in the preferences, but this one does not have that option.
I use vim for my HTML too![]()
No biggie, really, as I just close the file in Moz and the open it in Vim.
So, here is a Vim Q.
In Gvim, how do you get your setting for color and global stuff, like toolbar toggle to save? Do they go in the .gvimrc somewhere?
I can't answer that unfortunatly, as I never used gvim
So, here is a Vim Q.
In Gvim, how do you get your setting for color and global stuff, like toolbar toggle to save? *Do they go in the .gvimrc somewhere?
Yeah, me neither. I am not sure that I see an advantage to it really. Guess I should stick with what I know.
I can't answer that unfortunatly, as I never used gvim
yeah ls is aliased with ls --color = auto in my .bash_profile, and ls gives me colours, but for some reason vim doesn't. I'll try the export term thingy.
u could fix that by creating an alias like this:
alias ls="ls --color=auto"
put that in ur ~/.bash_profile and log in again (or type source ~/.bash_profile) and u'll always have colors with ls
Bookmarks