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: ...
130713
rameo
raiwil@...
Apr 29, 2012 9:32 am
... Can't find the solution. I tried to change g:colors-name in w/t/s/b:colors-name but nothing works. Tony or anyone else, any idea? -- You received this...
130714
Michael Henry
vim@...
Apr 29, 2012 11:55 am
All, I've noticed some strange cursor behavior when following one of the Wiki tips. Below is a 26-line-long file to describe and demonstrate the problem. "...
130715
John Beckett
johnb.beckett@...
Apr 30, 2012 2:38 am
I confirm there is a bug (Vim 7.3.509 on Windows). I slightly simplified the example to show the minimum that demonstrates the problem, as below: " -----------...
130716
sinbad
sinbad.sinbad@...
Apr 30, 2012 8:23 am
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 ...
130717
sinbad
sinbad.sinbad@...
Apr 30, 2012 9:55 am
... does guibg=#aabbcc, doesn't work in non gvim. i am seeing two different behaviors, hi Comment ctermfg=cyan guibg=#592929 --> this doesn't work. but, it...
130718
John Little
John.B.Little@...
Apr 30, 2012 10:18 am
... Check out the CSApprox.vim plugin. http://www.vim.org/scripts/script.php?script_id=2390 "This plugin makes GVim-only colorschemes Just Work in terminal...
130719
sinbad
sinbad.sinbad@...
Apr 30, 2012 11:14 am
... 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...
130720
Christian Brabandt
cblists@...
Apr 30, 2012 11:18 am
Hi sinbad! ... http://vim.wikia.com/wiki/256_colors_in_vim regards, Christian -- Wir sind über'n Berg - es geht bergab! -- You received this message from the...
130721
Reid Thompson
Reid.Thompson@...
Apr 30, 2012 12:19 pm
... I use xterm16 -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more...
130722
rameo
raiwil@...
Apr 30, 2012 1:15 pm
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)...
130723
Arno Valentin
valentin.arno@...
Apr 30, 2012 2:33 pm
... (...) Well, the problem is: I'm not using Linux, but HP-UX and I don't know how to get gtk-devel. I'm offered "gtk+-1.2.10", "gtk+2-2.24.10", "gtk+3-3.2.4"...
130724
Ben Fritz
fritzophrenic@...
Apr 30, 2012 2:43 pm
... Yes, as Tony said, if you press CTRL-V/CTRL-Q in insert mode, followed by your key combination, and nothing happens, then Vim does not even get the key...
130725
Ben Fritz
fritzophrenic@...
Apr 30, 2012 2:47 pm
... Looks like it should do what you want, just fine. A minor note, you don't need the exe if you're providing the colorscheme name literally, e.g. "exe...
130726
Chris Jones
cjns1989@...
Apr 30, 2012 5:14 pm
... Provided the OP does NOT read the tip and reads Steven Black's comment at the bottom of the page instead :-) CJ -- ALL YOUR BASE ARE BELONG TO US! -- You...
130727
John Beckett
johnb.beckett@...
May 1, 2012 12:46 am
... Any chance of someone fixing the tip? If the advice in the body of the tip is not helpful, please just delete it and move what you think is good into the...
130728
Tony Mechelynck
antoine.mechelynck@...
May 1, 2012 1:21 am
... For Vim to use 256 colours effectively, you have to make sure that t_Co gets set to 256 when running in a 256-colour terminal, but not when in a terminal...
130729
John Little
John.B.Little@...
May 1, 2012 1:29 am
... 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...
130730
Linda W
vim@...
May 1, 2012 5:52 am
When I start gvim with a file name Gvim h:\bin92;pcalc.pl, if I edit another file by name, it references the same directory... However, if I use UNC name, Gvim...
130731
Sergey Vakulenko
svakulenko.a@...
May 1, 2012 9:04 am
There is tips which adds code snippets of code. i talk about func TextEnableCodeSnip in...
130732
Dotan Cohen
dotancohen@...
May 1, 2012 10:01 am
I seem to have trouble with the matchtime option. As I understand it, this option will show the matching-brace highlight for a short time, then disappear. I...
130733
Dotan Cohen
dotancohen@...
May 1, 2012 10:40 am
On Wed, Mar 7, 2012 at 23:18, Charles Campbell ... I see that I'm late to the party, but let me say thank you Chip. I am learning quite a lot from your VIM...
130734
John Little
John.B.Little@...
May 1, 2012 11:28 am
... That appears to be matchparen, a "standard plugin". See :h matchparen I mostly don't like it, so put let g:loaded_matchparen = 1 in my .vimrc to suppress...
130735
Axel Bender
axel.bender@...
May 1, 2012 12:08 pm
When using the spell correction feature ("set spelllang=de_de spell") a word containing a german "ß" (0xDF) is displayed incorrectly if it is found to be...
130736
Dotan Cohen
dotancohen@...
May 1, 2012 12:14 pm
... Thank you John. I have suppressed the matchparen as you mention, but I would still like to have the highlight show for one second. The showmatch and...
130737
Charles Campbell
Charles.E.Campbell@...
May 1, 2012 2:37 pm
... You're welcome! Chip Campbell -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying...
130738
Taylor Hedberg
tmhedberg@...
May 1, 2012 2:39 pm
... The highlighting you are used to is provided by the matchparen plugin. 'showmatch39; and 'matchtime39; are, on the other hand, for Vim's built-in (i.e. not...
130739
Dotan Cohen
dotancohen@...
May 1, 2012 4:05 pm
... Thanks Taylor, I see it now. I was testing with existing code, expecting to put the cursor on a brace and see the match. I now understand that it only...
130740
Taylor Hedberg
tmhedberg@...
May 1, 2012 4:14 pm
... matchparen uses the MatchParen highlight group to highlight the matching character, so you can modify that group to change how it appears. For instance, in...
130741
Charles Campbell
Charles.E.Campbell@...
May 1, 2012 4:15 pm
... In quickly diving into matchparen, I see that the matching brace is the MatchParen highlighting group. Consequently, hi clear MatchParen hi MatchParen...