Re: vim backspace

2006-10-02 Thread Charles E Campbell Jr
cga2000 wrote: I don't suppose there's any way I can save the current interactively- modified colorscheme to a file? Perhaps http://vim.sourceforge.net/scripts/script.php?script_id=1081 will be helpful for what you want to do. Interactively adjust the colorscheme using hicolors'

Re: vim backspace

2006-10-02 Thread cga2000
On Mon, Oct 02, 2006 at 04:07:10PM EDT, Charles E Campbell Jr wrote: cga2000 wrote: I don't suppose there's any way I can save the current interactively- modified colorscheme to a file? Perhaps http://vim.sourceforge.net/scripts/script.php?script_id=1081 will be helpful for what you

Re: vim backspace

2006-10-01 Thread cga2000
On Sat, Sep 30, 2006 at 03:25:08PM EDT, samitj wrote: [..] 2) I modified my .vimrc file with some color settings. However, now I just get a blank screen with my xterm color covering the whole screen - cant see any text. HOw do I fix this? I find that rather than making extensive changes to

Re: vim backspace

2006-10-01 Thread A.J.Mechelynck
cga2000 wrote: On Sat, Sep 30, 2006 at 03:25:08PM EDT, samitj wrote: [..] 2) I modified my .vimrc file with some color settings. However, now I just get a blank screen with my xterm color covering the whole screen - cant see any text. HOw do I fix this? I find that rather than making

Re: vim backspace

2006-10-01 Thread cga2000
On Sun, Oct 01, 2006 at 08:34:50AM EDT, A.J.Mechelynck wrote: cga2000 wrote: [..] There are a number of colorschemes in $VIMRUNTIME/colors/ ; I'm adding my own rather simple one (attached) as an additional source of inspiration. To invoke a colorscheme, use the :colorscheme command with

Re: vim backspace

2006-10-01 Thread Yakov Lerner
On 9/30/06, samitj [EMAIL PROTECTED] wrote: 2) I modified my .vimrc file with some color settings. However, now I just get a blank screen with my xterm color covering the whole screen - cant see any text. HOw do I fix this? Did you try all existing colorshemes before trying to come up with

Re: vim backspace

2006-10-01 Thread cga2000
On Sun, Oct 01, 2006 at 12:29:24PM EDT, A.J.Mechelynck wrote: cga2000 wrote: [..] I suppose it's explained under :help :highlight and below more than anywhere else (sections 12 and 13 of syntax.txt -- it's rather lengthy); but it's mainly something you have to learn by doing. I think I

vim backspace

2006-09-30 Thread samitj
this? thanks for your help! Samit -- View this message in context: http://www.nabble.com/vim-backspace-tf2362657.html#a6582260 Sent from the Vim - General mailing list archive at Nabble.com.

Re: vim backspace

2006-09-30 Thread Yakov Lerner
On 9/30/06, samitj [EMAIL PROTECTED] wrote: HI, I need help regarding a couple of issues I am facing in vi. I am a new vi user... 1) vi does not allow delete to be continuted to the previous line (X), in other words it doesnt delete the newline. How else am I supposed to append the current

Re: vim backspace

2006-09-30 Thread Yakov Lerner
On 9/30/06, samitj [EMAIL PROTECTED] wrote: 2) I modified my .vimrc file with some color settings. However, now I just get a blank screen with my xterm color covering the whole screen - cant see any text. HOw do I fix this? 1. vim -u NONE -U NONE ~/.vimrc 2. Remove your color customizations