good 256 color theme for C

2012-04-30 Thread sinbad
I just started using tmux, and i am exploring 256 color option of the terminal. Is there any good colorscheme that uses theses colors effectively, especially for C programming ? cheers -- You received this message from the vim_use maillist. Do not top-post! Type your reply below the text you

Re: good 256 color theme for C

2012-04-30 Thread sinbad
On Apr 30, 1:23 pm, sinbad sinbad.sin...@gmail.com wrote: I just started using tmux, and i am exploring 256 color option of the terminal. Is there any good colorscheme that uses theses colors effectively, especially for C programming ? cheers does guibg=#aabbcc, doesn't work in non gvim. i

Re: good 256 color theme for C

2012-04-30 Thread sinbad
On Apr 30, 3:17 pm, John Little john.b.lit...@gmail.com wrote: On Monday, April 30, 2012 9:55:16 PM UTC+12, sinbad wrote: I just started using tmux, and i am exploring 256 color option of the terminal. Check out the CSApprox.vim plugin.http://www.vim.org/scripts/script.php?script_id=2390

Re: good 256 color theme for C

2012-04-30 Thread Christian Brabandt
Hi sinbad! On Mo, 30 Apr 2012, sinbad wrote: Ok, My terminal supports 256 colors, How can i use all the 256 colors in VIM in a non gui terminal. Obviously if the terminal supports 256 colors, there should be someway of using it in VIM as well ? http://vim.wikia.com/wiki/256_colors_in_vim

Re: Colorschemes and split window

2012-04-30 Thread rameo
It seems that I have found the solution (after many many hours of trying :-( ) I created the function below. The function must do this (and seems to do it): a) when there is only 1 window: check if filetype is vim -- Dark_ColorScheme if filetype is not vim -- Light_ColorScheme

Re: map Ctrl with special characters

2012-04-30 Thread Ben Fritz
On Saturday, April 28, 2012 2:39:45 AM UTC-5, rameo wrote: On Friday, April 27, 2012 5:45:15 PM UTC+2, rameo wrote: I still have problems mapping keys. On my keyboard I have these keys I want to map: C-ò C-à C-è C-ù C-ì Tony once told in a message these info: ò = (0xF2,

Re: Colorschemes and split window

2012-04-30 Thread Ben Fritz
On Monday, April 30, 2012 8:15:26 AM UTC-5, rameo wrote: It seems that I have found the solution (after many many hours of trying :-( ) I created the function below. The function must do this (and seems to do it): a) when there is only 1 window: check if filetype is vim --

Re: good 256 color theme for C

2012-04-30 Thread Chris Jones
On Mon, Apr 30, 2012 at 07:18:31AM EDT, Christian Brabandt wrote: On Mo, 30 Apr 2012, sinbad wrote: Ok, My terminal supports 256 colors, How can i use all the 256 colors in VIM in a non gui terminal. http://vim.wikia.com/wiki/256_colors_in_vim Provided the OP does NOT read the tip and

RE: good 256 color theme for C

2012-04-30 Thread John Beckett
Chris Jones wrote: Ok, My terminal supports 256 colors, How can i use all the 256 colors in VIM in a non gui terminal. http://vim.wikia.com/wiki/256_colors_in_vim Provided the OP does NOT read the tip and reads Steven Black's comment at the bottom of the page instead :-) Any chance of

Re: good 256 color theme for C

2012-04-30 Thread Tony Mechelynck
On 30/04/12 10:23, sinbad wrote: I just started using tmux, and i am exploring 256 color option of the terminal. Is there any good colorscheme that uses theses colors effectively, especially for C programming ? cheers For Vim to use 256 colours effectively, you have to make sure that t_Co

Re: gtk-config not even tried

2012-04-30 Thread John Little
On Tuesday, May 1, 2012 2:32:51 AM UTC+12, Arno Valentin wrote: ... I'm offered gtk+-1.2.10, gtk+2-2.24.10, gtk+3-3.2.4 ... IIUC, gtk+2-2.24.10 is the one you want, being gtk 2. In my config.log, configure tries to see what version of gtk is installed by compiling and running a gtk test

notice bug in new version of gvim windows.......

2012-04-30 Thread Linda W
When I start gvim with a file name Gvim h:\bin\pcalc.pl, if I edit another file by name, it references the same directory... However, if I use UNC name, Gvim \\ishtar\home\linda\bin\pcalc.pl to edit the same file, my current directory isn't set correctly. I know I used to have my own script